Changeset 170 for trunk/bitmap.cpp
- Timestamp:
- Sep 22, 2025, 10:04:44 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bitmap.cpp
r41 r170 38 38 if (f) 39 39 { 40 WinSetFocus(HWND_DESKTOP, hwndParent); 40 INT rc = WinSetFocus(HWND_DESKTOP, hwndParent); 41 41 42 // FIXME uh, yukki! polling! but seems to be the easiest way for now. 42 43 for (USHORT i = 0; i < MAX_WAIT; i++) … … 72 73 if (! prcl) 73 74 { 74 WinQueryWindowPos (hwnd, &swp);75 INT rc = WinQueryWindowPos (hwnd, &swp); 75 76 sWidth = swp.cx; 76 77 sHeight = swp.cy;
Note:
See TracChangeset
for help on using the changeset viewer.