Ignore:
Timestamp:
Jan 27, 2000, 6:21:10 PM (26 years ago)
Author:
cbratschi
Message:

WINE code clean-up

File:
1 edited

Legend:

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

    r2521 r2529  
    1 /* $Id: win32wbase.cpp,v 1.145 2000-01-26 18:02:36 cbratschi Exp $ */
     1/* $Id: win32wbase.cpp,v 1.146 2000-01-27 17:21:09 cbratschi Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    20482048  dprintf(("CB: cx is 0! %d",fuFlags));
    20492049  if (fuFlags & SWP_NOSIZE) dprintf(("CB: nosize"));
    2050   //cx = 50;
     2050  cx = 50;
    20512051}
    20522052if (cy == 0)
     
    20542054  dprintf(("CB: cy is 0! %d",fuFlags));
    20552055  if (fuFlags & SWP_NOSIZE) dprintf(("CB: nosize"));
    2056   //cy = 50;
     2056  cy = 50;
    20572057}
    20582058
Note: See TracChangeset for help on using the changeset viewer.