diff options
| author | Manolo Gouy <Manolo> | 2016-04-13 14:41:55 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-13 14:41:55 +0000 |
| commit | 70f7738c920fac5ff84c40a673bb7b87245d4d0c (patch) | |
| tree | d472fdb4fd2fd6a1d370478478376eb0ca57b090 /src/drivers/X11 | |
| parent | 8653a5353e2296269685dcb1f61bc64f0a79bd3a (diff) | |
Rewrite Fl_own_colormap.cxx under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11601 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/X11')
| -rw-r--r-- | src/drivers/X11/Fl_X11_System_Driver.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/X11/Fl_X11_System_Driver.H b/src/drivers/X11/Fl_X11_System_Driver.H index 0b309dc34..dc97c5f99 100644 --- a/src/drivers/X11/Fl_X11_System_Driver.H +++ b/src/drivers/X11/Fl_X11_System_Driver.H @@ -43,6 +43,8 @@ public: const char *application); virtual int preferences_need_protection_check() {return 1;} virtual int utf8locale(); + // this one is in Fl_own_colormap.cxx + virtual void own_colormap(); }; #endif /* FL_X11_SYSTEM_DRIVER_H */ |
