Changeset 2443
- Timestamp:
- Jan 15, 2000, 3:17:22 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (2 diffs)
-
include/win/winuser.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r2442 r2443 1 /* $Id: changelog,v 1.648 2000-01-14 22:08:26 achimha Exp $ */ 1 /* $Id: changelog,v 1.649 2000-01-15 14:17:22 cbratschi Exp $ */ 2 3 2000-01-15: Christoph Bratschi <cbratschi@datacomm.ch> 4 - USER32/NEW: cache menu and caption drawing 5 changed minimize button position 6 don't redraw system menu icon in menu.cpp 7 hilighted menubar items don't have an edge in Win9x 8 don't open system menu on mouseover if menubar is used and vice versa 9 show sysmenu on WM_NCRBUTTONUP with HTCAPTION set (todo: position) 10 use WIN32_STDCLASS2 for windows with CS_SAVEBITS class style 2 11 3 12 2000-01-14: Christoph Bratschi <cbratschi@datacomm.ch> … … 39 48 disable logging in parts of code. Logging will only be 40 49 done if the logcount is bigger than 0. 50 <<<<<<< ChangeLog 51 >>>>>>> 1.646 52 53 ======= 54 >>>>>>> 1.648 41 55 42 56 2000-01-12: Christoph Bratschi <cbratschi@datacomm.ch> -
trunk/include/win/winuser.h
r2434 r2443 1 /* $Id: winuser.h,v 1.2 8 2000-01-13 20:51:14 sandervlExp $ */1 /* $Id: winuser.h,v 1.29 2000-01-15 14:16:32 cbratschi Exp $ */ 2 2 3 3 #ifndef __INCLUDE_WINUSER_H … … 1011 1011 #define SC_SCREENSAVE 0xf140 1012 1012 #define SC_HOTKEY 0xf150 1013 #define SC_DEFAULT 0xF160 1014 #define SC_MONITORPOWER 0xF170 1015 #define SC_CONTEXTHELP 0xF180 1016 #define SC_SEPARATOR 0xF00F 1013 1017 1014 1018 #define CS_VREDRAW 0x0001
Note:
See TracChangeset
for help on using the changeset viewer.
