summaryrefslogtreecommitdiff
path: root/FL/Fl_Window_Driver.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Window_Driver.H')
-rw-r--r--FL/Fl_Window_Driver.H2
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