Changeset 7305 for trunk/src/user32/win32dlg.cpp
- Timestamp:
- Nov 8, 2001, 7:32:59 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.cpp
r7294 r7305 1 /* $Id: win32dlg.cpp,v 1.7 2 2001-11-07 15:36:10sandervl Exp $ */1 /* $Id: win32dlg.cpp,v 1.73 2001-11-08 18:32:59 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 598 598 info->exStyle = GET_DWORD(p); p += 2; 599 599 } 600 // x & y are signed words (VirtualPC Settings dailog)600 //SvL: x & y are signed words! 601 601 info->x = GET_SHORT(p); p++; 602 602 info->y = GET_SHORT(p); p++;
Note:
See TracChangeset
for help on using the changeset viewer.