Changeset 10332 for trunk/src


Ignore:
Timestamp:
Nov 17, 2003, 2:15:03 PM (22 years ago)
Author:
sandervl
Message:

Destroy switch entry before hiding window in DestroyWindow.

File:
1 edited

Legend:

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

    r10319 r10332  
    1 /* $Id: win32wbase.cpp,v 1.381 2003-11-14 13:44:11 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.382 2003-11-17 13:15:03 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    28332833////        else DebugInt3();
    28342834    }
     2835    //Must remove the switch entry here to avoid problems with XWorkPlace
     2836    if(hTaskList) {
     2837        OSLibWinRemoveFromTasklist(hTaskList);
     2838        hTaskList = 0;
     2839    }
     2840
    28352841    /* Hide the window */
    28362842    if(IsWindowVisible(getWindowHandle()))
Note: See TracChangeset for help on using the changeset viewer.