summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-02-13 14:38:43 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-02-13 14:38:43 +0000
commit658162c5096dfbe75962a3e8d37d8899a914809a (patch)
treeb712e75d98a7298c7c861b5824c37acd64b6ae91 /src
parent1b6f493c5573081e1f27a7f12637644af9aeff52 (diff)
Fixed WIN32 version of prevois change (undefined variable)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5697 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Window_hotspot.cxx1
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);
}