diff options
-rw-r--r-- | pugl/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/event.h b/pugl/event.h index 8ed1b2e..cf2ba7d 100644 --- a/pugl/event.h +++ b/pugl/event.h @@ -34,6 +34,7 @@ extern "C" { The type of a PuglEvent. */ typedef enum { + PUGL_NOTHING, PUGL_BUTTON_PRESS, PUGL_BUTTON_RELEASE, PUGL_CONFIGURE, @@ -44,7 +45,6 @@ typedef enum { PUGL_ENTER_NOTIFY, PUGL_LEAVE_NOTIFY, PUGL_MOTION_NOTIFY, - PUGL_NOTHING, PUGL_SCROLL, PUGL_FOCUS_IN, PUGL_FOCUS_OUT |