Changeset 7265 for trunk/src


Ignore:
Timestamp:
Oct 29, 2001, 3:20:11 PM (24 years ago)
Author:
sandervl
Message:

save FS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/pmwindow.cpp

    r7263 r7265  
    1 /* $Id: pmwindow.cpp,v 1.161 2001-10-29 13:37:01 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.162 2001-10-29 14:20:11 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    325325                    return FALSE;
    326326                }
    327                 dprintf(("Disk status 0x%x", status));
    328327                //Send WM_DEVICECHANGE message when CD status changes
    329328                if((status & 4) != drivestatus[i])
     
    334333                    DEV_BROADCAST_VOLUME volchange;
    335334
     335                    dprintf(("Disk status 0x%x", status));
     336
    336337                    volchange.dbcv_size       = sizeof(volchange);
    337338                    volchange.dbcv_devicetype = DBT_DEVTYP_VOLUME;
     
    344345                    //Iterate over all child windows of the desktop
    345346                    henum = WinBeginEnumWindows(HWND_DESKTOP);
    346    
     347
     348                    SetWin32TIB();   
    347349                    while(hwndEnum = WinGetNextWindow(henum))
    348350                    {
     
    359361                        }
    360362                    }
     363                    RestoreOS2TIB();
    361364                    WinEndEnumWindows(henum);
    362365
Note: See TracChangeset for help on using the changeset viewer.