Changeset 7691 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Dec 26, 2001, 8:05:35 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/pmwindow.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r7403 r7691 1 /* $Id: pmwindow.cpp,v 1.16 5 2001-11-20 09:53:56 sandervlExp $ */1 /* $Id: pmwindow.cpp,v 1.166 2001-12-26 19:05:34 achimha Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 71 71 HWND hwndCD = 0; 72 72 73 // this holds the font height that the display driver returns using DevQueryCaps 74 // 13 would be small fonts, 16 medium fonts and 20 large fonts 75 LONG CapsCharHeight = 0; 76 73 77 // Note: 74 78 // For a "lonekey"-press of AltGr, we only receive WM_KEYUP … … 204 208 205 209 DevQueryCaps(hdc, CAPS_COLOR_BITCOUNT, 1, (PLONG)&ScreenBitsPerPel); 210 211 // query the font height to find out whether we have small or large fonts 212 DevQueryCaps(hdc, CAPS_GRAPHICS_CHAR_HEIGHT, 1, (PLONG)&CapsCharHeight); 213 206 214 DevCloseDC(hdc); 207 215
Note:
See TracChangeset
for help on using the changeset viewer.
