Ignore:
Timestamp:
Oct 14, 1999, 11:22:43 AM (26 years ago)
Author:
sandervl
Message:

Window creation rewrite + bugfixes. NOT WORKING CORRECTLY YET..

File:
1 edited

Legend:

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

    r1267 r1281  
    1 /* $Id: dc.cpp,v 1.12 1999-10-13 16:02:41 phaller Exp $ */
     1/* $Id: dc.cpp,v 1.13 1999-10-14 09:22:38 sandervl Exp $ */
    22
    33/*
     
    3333#include "dcdata.h"
    3434
    35 
    3635ODINDEBUGCHANNEL(USER32-DC)
    37 
    3836
    3937#undef SEVERITY_ERROR
     
    666664   }
    667665
    668    if (wnd->isFrameWindow())
    669    {
     666//   if (wnd->isFrameWindow())
     667//   {
    670668//      WinSendMsg( hwnd, /* WM_DRAW */ 0x20D, (MPARAM)hps, MPVOID );
    671669      selectClientArea(wnd, pHps, &rect);
    672    }
     670//   }
    673671
    674672   if (hPS_ownDC == 0)
Note: See TracChangeset for help on using the changeset viewer.