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
This commit is contained in:
Matthias Melcher 2007-02-13 14:38:43 +00:00
parent 1b6f493c55
commit 658162c509
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}