diff options
Diffstat (limited to 'src/Fl_Window_hotspot.cxx')
| -rw-r--r-- | src/Fl_Window_hotspot.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Window_hotspot.cxx b/src/Fl_Window_hotspot.cxx index 626ad8885..6bbc92a74 100644 --- a/src/Fl_Window_hotspot.cxx +++ b/src/Fl_Window_hotspot.cxx @@ -49,7 +49,7 @@ void Fl_Window::hotspot(int X, int Y, int offscreen) { top = bottom = GetSystemMetrics(SM_CYFIXEDFRAME); } top += GetSystemMetrics(SM_CYCAPTION); -#elif defined(__APPLE__) +#elif defined(__APPLE__) // PORTME: platform window driver top = 24; left = 2; right = 2; |
