diff options
| author | Manolo Gouy <Manolo> | 2016-03-23 13:13:00 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-23 13:13:00 +0000 |
| commit | a114e3ab4d9fa408061003c04a95b293b3842f24 (patch) | |
| tree | e2aed2f3ecaba5b38290700159cef16c01fab292 /FL/Fl_Window_Driver.H | |
| parent | 270b437500552cba0d082363f9124456f16a1fda (diff) | |
Rewrite Fl_Window::handle(int) under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11403 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Window_Driver.H')
| -rw-r--r-- | FL/Fl_Window_Driver.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Window_Driver.H b/FL/Fl_Window_Driver.H index f386e04f4..6ff2a1bab 100644 --- a/FL/Fl_Window_Driver.H +++ b/FL/Fl_Window_Driver.H @@ -85,6 +85,8 @@ public: virtual void resize(int X,int Y,int W,int H) {} virtual void hide() {} int hide_common(); + virtual void map() {} + virtual void unmap() {} // --- window shape stuff void shape_pixmap_(Fl_Image* pixmap); // TODO: check |
