diff options
Diffstat (limited to 'src/screen_xywh.cxx')
| -rw-r--r-- | src/screen_xywh.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/screen_xywh.cxx b/src/screen_xywh.cxx index c38a7ec96..67694ca4c 100644 --- a/src/screen_xywh.cxx +++ b/src/screen_xywh.cxx @@ -201,6 +201,9 @@ void Fl::screen_xywh(int &x, int &y, int &w, int &h, int mx, int my) { } } } +#else + (void)mx; + (void)my; #endif // WIN32 x = Fl::x(); @@ -237,6 +240,8 @@ void Fl::screen_xywh(int &x, int &y, int &w, int &h, int n) { h = screens[n].height; return; } +#else + (void)n; #endif // WIN32 x = Fl::x(); |
