Ignore:
Timestamp:
Oct 18, 1999, 1:59:58 PM (26 years ago)
Author:
sandervl
Message:

Listbox changes + EnumChildWindow rewrite

File:
1 edited

Legend:

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

    r1336 r1351  
    1 /* $Id: dc.cpp,v 1.15 1999-10-17 15:46:07 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.16 1999-10-18 11:59:57 sandervl Exp $ */
    22
    33/*
     
    10111011       sendEraseBkgnd (wnd);
    10121012
     1013#if 1
     1014   WinUpdateWindow(wnd->getOS2FrameWindowHandle());
     1015#else
    10131016   wnd->MsgPaint(0);
     1017#endif
    10141018
    10151019   SetFS(sel);
Note: See TracChangeset for help on using the changeset viewer.