Changeset 4452 for trunk/src/user32/win32wbasepos.cpp
- Timestamp:
- Oct 8, 2000, 4:03:49 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasepos.cpp
r4421 r4452 1 /* $Id: win32wbasepos.cpp,v 1.1 6 2000-10-04 19:35:31sandervl Exp $ */1 /* $Id: win32wbasepos.cpp,v 1.17 2000-10-08 14:03:49 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (nonclient/position methods) … … 75 75 yinc += GetSystemMetrics(SM_CYFRAME); 76 76 } 77 //SvL: Wine has no 'else', but I'm seeing different behaviour in NT 78 // and it doesn't make much sense either as a window can have 79 // only one kind of border (see drawing code) 80 else 77 81 if (dwStyle & WS_BORDER) 78 82 {
Note:
See TracChangeset
for help on using the changeset viewer.