From 7dc05cb20ee92e38b3d1fbd88664e572d73a8d54 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 7 Jan 2011 01:01:04 +0000 Subject: First attempt at finding the screen pixel sizes. Can't test Xinerame, MSWindows, or X11 yet. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8204 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FL/Fl.H') diff --git a/FL/Fl.H b/FL/Fl.H index 2b4786983..874769354 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -773,7 +773,8 @@ public: screen_xywh(X, Y, W, H, e_x_root, e_y_root); } static void screen_xywh(int &X, int &Y, int &W, int &H, int mx, int my); - static void screen_xywh(int &X, int &Y, int &W, int &H, int n); + static void screen_xywh(int &X, int &Y, int &W, int &H, int n); + static void screen_dpi(float &h, float &v, int n=0); /** @} */ -- cgit v1.2.3