diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-07-22 23:34:32 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-07-22 23:34:32 +0000 |
| commit | ff1d783162dde338c9e011f43f180769d6a88ea5 (patch) | |
| tree | 6bededc65d35e07f560027184d2bbd39160aa633 | |
| parent | 01cbcc84060c28e442f7d2a3371ecb1e454d0879 (diff) | |
Add new event name FL_ZOOM_GESTURE to FL/names.h.
I also added some placeholders for yet to be defined events, just in
case they are forgotten to add in FL/names.h. This appears to be better
than to reference a non-existing array element (string pointer).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10812 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -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" }; /** |
