Changeset 1193 for trunk/src/user32/windowclass.cpp
- Timestamp:
- Oct 8, 1999, 6:28:21 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windowclass.cpp
r949 r1193 1 /* $Id: windowclass.cpp,v 1. 1 1999-09-15 23:19:02sandervl Exp $ */1 /* $Id: windowclass.cpp,v 1.2 1999-10-08 16:28:21 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Class Code for OS/2 … … 42 42 Win32WndClass *wclass; 43 43 44 dprintf(("RegisterClassA\n")); 44 45 //CB: size new in ex structure 45 46 wc.cbSize = sizeof(wc); … … 60 61 Win32WndClass *wclass; 61 62 63 dprintf(("RegisterClassExA\n")); 62 64 wclass = new Win32WndClass((WNDCLASSEXA *)lpWndClass,FALSE); 63 65 if(wclass == NULL) { … … 151 153 if(wndclass) { 152 154 wndclass->getClassInfo(&wc); 153 memcpy(lpwc, &wc , sizeof(WNDCLASSA));155 memcpy(lpwc, &wc.style, sizeof(WNDCLASSA)); 154 156 return(TRUE); 155 157 }
Note:
See TracChangeset
for help on using the changeset viewer.