Changeset 92 for trunk/mainwin.cpp


Ignore:
Timestamp:
Oct 7, 2020, 5:00:30 AM (5 years ago)
Author:
Gregg Young
Message:

Clean up Gotcha! Quiet's ini file by removing the snapshot entries. #ifdef out some more code from Gotcha! Quiet which is unneeded (setting the size and position of an object window is a useless waste of code)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mainwin.cpp

    r69 r92  
    574574    case UM_CAPTURE:
    575575        usState = STATE_WAITFORHIDE2;
     576#ifndef _QUIET_
    576577        if (pset->SSWHide () && WinIsWindowVisible (hwndSnapshot))
    577578            WinShowWindow (hwndSnapshot, FALSE);
    578579        else
     580#endif
    579581            WinSendMsg (hwnd, UM_CAPTURE2, 0,0);
    580582        return MRESULT (FALSE);
     
    605607            {
    606608                WinStopTimer (hab, hwnd, ulTimer);
     609#ifndef _QUIET_
    607610                if (! WinIsWindowVisible (hwndSnapshot) && pset->SnapshotWindow ())
    608611                    WinShowWindow (hwndSnapshot, TRUE);
    609 
     612#endif
    610613                if (hbm)
    611614                {
Note: See TracChangeset for help on using the changeset viewer.