diff options
| author | Manolo Gouy <Manolo> | 2016-03-23 20:16:23 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-23 20:16:23 +0000 |
| commit | d3b33cdaeaa17d5ee1f7208d467fd2edbb617c16 (patch) | |
| tree | 2165456f353f2f240197145158f552e5ed1b702e /FL | |
| parent | fdaad858ba78ac232df8b5a7d6f1ab3a64680a6c (diff) | |
Rewrite Fl_Window::hotspot(int X, int Y, int offscreen) under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11412 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -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 4779f4354..94a25c9fa 100644 --- a/FL/Fl_Window_Driver.H +++ b/FL/Fl_Window_Driver.H @@ -96,6 +96,8 @@ public: virtual void use_border(); virtual void size_range(); virtual void iconize() {} + virtual void decoration_sizes(int *top, int *left, int *right, int *bottom) { + *top = *left = *right = *bottom = 0; } // --- window shape stuff void shape_pixmap_(Fl_Image* pixmap); // TODO: check |
