diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Window_hotspot.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_Window_hotspot.cxx b/src/Fl_Window_hotspot.cxx index 7398cc3bc..b512ad9ad 100644 --- a/src/Fl_Window_hotspot.cxx +++ b/src/Fl_Window_hotspot.cxx @@ -54,7 +54,6 @@ void Fl_Window::hotspot(int X, int Y, int offscreen) { left = right = GetSystemMetrics(SM_CXSIZEFRAME); top = bottom = GetSystemMetrics(SM_CYSIZEFRAME); } else { - ret = 1; left = right = GetSystemMetrics(SM_CXFIXEDFRAME); top = bottom = GetSystemMetrics(SM_CYFIXEDFRAME); } |
