Changeset 9523 for trunk/src/user32/win32dlg.cpp
- Timestamp:
- Dec 18, 2002, 1:28:08 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.cpp
r8849 r9523 1 /* $Id: win32dlg.cpp,v 1.7 8 2002-07-08 11:43:44sandervl Exp $ */1 /* $Id: win32dlg.cpp,v 1.79 2002-12-18 12:28:06 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 708 708 dlgtemplate = (LPCSTR)getControl( (WORD *)dlgtemplate, &info, dlgInfo.dialogEx ); 709 709 710 /* Is this it? */ 711 if (info.style & WS_BORDER) 712 { 713 info.style &= ~WS_BORDER; 714 info.exStyle |= WS_EX_CLIENTEDGE; 715 } 716 710 717 dprintf(("Create CONTROL %d", info.id)); 711 718
Note:
See TracChangeset
for help on using the changeset viewer.