Changeset 2427
- Timestamp:
- Jan 13, 2000, 2:55:41 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (2 diffs)
-
include/winconst.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r2424 r2427 1 /* $Id: changelog,v 1.641 2000-01-12 22:06:45 cbratschi Exp $ */ 1 /* $Id: changelog,v 1.642 2000-01-13 13:55:41 sandervl Exp $ */ 2 3 2000-01-13: Sander van Leeuwen <sandervl@xs4all.nl> 4 - USER32\NEW: WM_ACTIVATEAPP should be sent when another process' window 5 is activated or deactivated 6 Send correct thread id for non-Odin windows in WM_ACTIVATEAPP 7 Set window handle of non-Odin window to window desktop in WM_ACTIVATE 8 Return window desktop handle for window handle returned by 9 SetActiveWindow if window is non-Odin. 10 Fixed activation of windows. (send WM_ACTIVATE when receiving 11 a WM_WINDOWPOSCHANGED message in pmframe.cpp) 12 Fixed DrawFrame; bottom & right frame borders now drawn correctly 13 Fixed scrollbar positioning (style.exe) (not completely right yet) 2 14 3 15 2000-01-12: Christoph Bratschi <cbratschi@datacomm.ch> … … 6 18 added improved frame redraw mechanism 7 19 8 2000-01-1 1: Sander van Leeuwen <sandervl@xs4all.nl>20 2000-01-12: Sander van Leeuwen <sandervl@xs4all.nl> 9 21 - USER32\NEW: Changed client rectangle positioning (not done by PM frame 10 22 handler anymore) -> fixes problems with Shell About dialog -
trunk/include/winconst.h
r2302 r2427 1 /* $Id: winconst.h,v 1.2 0 2000-01-02 22:52:49sandervl Exp $ */1 /* $Id: winconst.h,v 1.21 2000-01-13 13:55:20 sandervl Exp $ */ 2 2 3 3 /* … … 988 988 #define ERROR_RPL_NOT_ALLOWED_W 4006L 989 989 990 991 #define LOWORD(l) ((WORD)(DWORD)(l)) 992 #define HIWORD(l) ((WORD)((DWORD)(l) >> 16))
Note:
See TracChangeset
for help on using the changeset viewer.
