Changeset 2672 for trunk/src/user32/win32class.cpp
- Timestamp:
- Feb 6, 2000, 11:00:25 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32class.cpp
r2469 r2672 1 /* $Id: win32class.cpp,v 1.1 2 2000-01-18 20:10:51sandervl Exp $ */1 /* $Id: win32class.cpp,v 1.13 2000-02-06 22:00:23 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Class Managment Code for OS/2 … … 105 105 hInstance = wndclass->hInstance; 106 106 107 if(wndclass->style & CS_CLASSDC) { 108 hdcClass = 0; //TODO: 109 } 110 else hdcClass = 0; 111 107 112 windowStyle = wndclass->style; 108 113 WINPROC_SetProc((HWINDOWPROC *)&windowProc, wndclass->lpfnWndProc, (isUnicode) ? WIN_PROC_32W : WIN_PROC_32A, WIN_PROC_CLASS); … … 394 399 395 400 if(classNameA) { 396 397 } 398 else 401 dprintf2(("Win32WndClass::setClassLongA %s: %d %x", classNameA, index, lNewVal)); 402 } 403 else dprintf2(("Win32WndClass::setClassLongA %d: %d %x", classAtom, index, lNewVal)); 399 404 switch(index) { 400 405 case GCL_CBCLSEXTRA: //TODO (doesn't affect allocated classes, so what does it do?)
Note:
See TracChangeset
for help on using the changeset viewer.