From 9bdc7139daef8d9dc7b7e06503cd810d44b6d69c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 17 Jul 2023 20:20:54 +0200 Subject: FLUID: better initial sizes for buttons and windows --- fluid/Fl_Window_Type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid/Fl_Window_Type.h') diff --git a/fluid/Fl_Window_Type.h b/fluid/Fl_Window_Type.h index cc993f37b..3e662f076 100644 --- a/fluid/Fl_Window_Type.h +++ b/fluid/Fl_Window_Type.h @@ -96,6 +96,7 @@ public: const char *alt_type_name() FL_OVERRIDE {return "fltk::Window";} void open() FL_OVERRIDE; + void ideal_size(int &w, int &h) FL_OVERRIDE; void fix_overlay(); // Update the bounding box, etc uchar *read_image(int &ww, int &hh); // Read an image of the window -- cgit v1.2.3