summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl.H1
-rw-r--r--FL/Fl_Window.H2
2 files changed, 2 insertions, 1 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index 775123b75..4cf19b030 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -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