diff options
| -rw-r--r-- | FL/names.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/FL/names.h b/FL/names.h index 5f653791e..cee584b05 100644 --- a/FL/names.h +++ b/FL/names.h @@ -67,7 +67,12 @@ const char * const fl_eventnames[] = "FL_DND_LEAVE", "FL_DND_RELEASE", "FL_SCREEN_CONFIGURATION_CHANGED", - "FL_FULLSCREEN" + "FL_FULLSCREEN", + "FL_ZOOM_GESTURE", + "FL_EVENT_27", // not yet defined, just in case they /will/ be defined ... + "FL_EVENT_28", + "FL_EVENT_29", + "FL_EVENT_30" }; /** |
