Changeset 170 for trunk/bitmap.cpp


Ignore:
Timestamp:
Sep 22, 2025, 10:04:44 PM (4 weeks ago)
Author:
Gregg Young
Message:

Rework Gotcha's dialogs to work better with the new font sizing in WPS. Replace some global variables with more C++ alternatives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bitmap.cpp

    r41 r170  
    3838    if (f)
    3939    {
    40         WinSetFocus(HWND_DESKTOP, hwndParent);
     40        INT rc = WinSetFocus(HWND_DESKTOP, hwndParent);
     41
    4142        // FIXME uh, yukki! polling! but seems to be the easiest way for now.
    4243        for (USHORT i = 0; i < MAX_WAIT; i++)
     
    7273    if (! prcl)
    7374    {
    74         WinQueryWindowPos (hwnd, &swp);
     75        INT rc = WinQueryWindowPos (hwnd, &swp);
    7576        sWidth  = swp.cx;
    7677        sHeight = swp.cy;
Note: See TracChangeset for help on using the changeset viewer.