diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl.H | 1 | ||||
| -rw-r--r-- | FL/Fl_Window.H | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1008,6 +1008,7 @@ int main() { static void screen_work_area(int &X, int &Y, int &W, int &H, int mx, int my); // via screen driver static void screen_work_area(int &X, int &Y, int &W, int &H, int n); // via screen driver static void screen_work_area(int &X, int &Y, int &W, int &H); // via screen driver + static float screen_scale(int n); // via screen driver /** @} */ diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index 4153199bf..9ffe218e8 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -543,7 +543,7 @@ public: void shape(const Fl_Image* img); void shape(const Fl_Image& b) ; int is_shaped(); - inline int screen_num(); + int screen_num(); }; #endif |
