diff options
| author | Manolo Gouy <Manolo> | 2018-08-08 20:08:10 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-08-08 20:08:10 +0000 |
| commit | cd399d989897e650cc7928c4ebd9bf89892d7995 (patch) | |
| tree | d0e6d7f02a53a9ead62c88c34cb84580a24a3fc2 /FL/names.h | |
| parent | fb0f940c517d4f0f0f2f22f92acc54c9f5b37242 (diff) | |
Support for GUI scaling: add API to get/set the scaling factor value.
Also, define an FLTK event triggered when the scaling is changed and an option
to disable the transient window showing the new scaling factor.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13011 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/names.h')
| -rw-r--r-- | FL/names.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/names.h b/FL/names.h index 46525d600..7b4700fbe 100644 --- a/FL/names.h +++ b/FL/names.h @@ -69,7 +69,7 @@ const char * const fl_eventnames[] = "FL_SCREEN_CONFIGURATION_CHANGED", "FL_FULLSCREEN", "FL_ZOOM_GESTURE", - "FL_EVENT_27", // not yet defined, just in case it /will/ be defined ... + "FL_ZOOM_EVENT", "FL_EVENT_28", // not yet defined, just in case it /will/ be defined ... "FL_EVENT_29", // not yet defined, just in case it /will/ be defined ... "FL_EVENT_30" // not yet defined, just in case it /will/ be defined ... |
