mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 03:15:21 +08:00
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:
@@ -54,7 +54,6 @@ void Fl_Window::hotspot(int X, int Y, int offscreen) {
|
|||||||
left = right = GetSystemMetrics(SM_CXSIZEFRAME);
|
left = right = GetSystemMetrics(SM_CXSIZEFRAME);
|
||||||
top = bottom = GetSystemMetrics(SM_CYSIZEFRAME);
|
top = bottom = GetSystemMetrics(SM_CYSIZEFRAME);
|
||||||
} else {
|
} else {
|
||||||
ret = 1;
|
|
||||||
left = right = GetSystemMetrics(SM_CXFIXEDFRAME);
|
left = right = GetSystemMetrics(SM_CXFIXEDFRAME);
|
||||||
top = bottom = GetSystemMetrics(SM_CYFIXEDFRAME);
|
top = bottom = GetSystemMetrics(SM_CYFIXEDFRAME);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user