diff options
| author | Manolo Gouy <Manolo> | 2016-04-18 11:58:46 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-18 11:58:46 +0000 |
| commit | 85b5f02a8b84182f779c79e671b28c6dc3dd0c25 (patch) | |
| tree | ce113edbaca945da07664dee2d4163144de454c5 /FL/x.H | |
| parent | 6818216c3047b7eea83138670f7bb6d02e7314b2 (diff) | |
Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::flush()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11646 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/x.H')
| -rw-r--r-- | FL/x.H | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -127,8 +127,6 @@ public: int set_cursor(const Fl_RGB_Image*, int, int); static void make_xid(Fl_Window*,XVisualInfo* =fl_visual, Colormap=fl_colormap); static Fl_X* set_xid(Fl_Window*, Window); - // kludges to get around protection: - void flush() {w->flush();} static void x(Fl_Window* wi, int X) {wi->x(X);} static void y(Fl_Window* wi, int Y) {wi->y(Y);} static void activate_window(Window w); |
