aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl.h')
-rw-r--r--pugl/pugl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h
index 0bd8b47..b5b6d25 100644
--- a/pugl/pugl.h
+++ b/pugl/pugl.h
@@ -411,8 +411,8 @@ typedef struct {
either be cast to the appropriate type, or the union members used.
*/
typedef union {
- PuglEventType type; ///< Event type
PuglEventAny any; ///< Valid for all event types
+ PuglEventType type; ///< Event type
PuglEventButton button; ///< PUGL_BUTTON_PRESS, PUGL_BUTTON_RELEASE
PuglEventConfigure configure; ///< PUGL_CONFIGURE
PuglEventExpose expose; ///< PUGL_EXPOSE