Ignore:
Timestamp:
Sep 15, 2001, 5:23:12 PM (24 years ago)
Author:
sandervl
Message:

SC_CLOSE translation fix + activation changes

File:
1 edited

Legend:

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

    r6706 r6718  
    1 /* $Id: win32wbase.cpp,v 1.280 2001-09-15 09:16:08 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.281 2001-09-15 15:23:12 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    32453245
    32463246    dprintf(("SetActiveWindow %x", getWindowHandle()));
     3247    if(getStyle() & (WS_DISABLED | WS_CHILD)) {
     3248        dprintf(("WARNING: Window is a child or disabled"));
     3249        return 0;
     3250    }
     3251
    32473252    if(GetActiveWindow() == getWindowHandle()) {
    32483253        dprintf(("Window already active"));
Note: See TracChangeset for help on using the changeset viewer.