aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl.h')
-rw-r--r--pugl/pugl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h
index 3e1926a..13d8801 100644
--- a/pugl/pugl.h
+++ b/pugl/pugl.h
@@ -459,7 +459,6 @@ typedef struct {
double yRoot; ///< Root-relative Y coordinate
PuglMods state; ///< Bitwise OR of #PuglMod flags
bool isHint; ///< True iff this event is a motion hint
- bool focus; ///< True iff this is the focused view
} PuglEventMotion;
/**