Changeset 2587 for trunk/changelog
- Timestamp:
- Feb 1, 2000, 8:30:17 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/changelog (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r2585 r2587 1 /* $Id: changelog,v 1.681 2000-01-31 22:51:28 phaller Exp $ */ 1 /* $Id: changelog,v 1.682 2000-02-01 07:30:17 bird Exp $ */ 2 3 2000-02-01: Knut Stange Osmundse <knut.stange.osmundsen> 4 - Pe2Lx: Makefile should be working again. 2 5 3 6 2000-02-01: Patrick Haller <phaller@gmx.net> … … 8 11 9 12 2000-01-31: Sander van Leeuwen <sandervl@xs4all.nl> 10 - USER32: GetDCEx with window handle 0 fails in Windows 98; now it also 13 - USER32: GetDCEx with window handle 0 fails in Windows 98; now it also 11 14 returns an error in Odin. 12 15 GetWindowDC & GetDC use the desktop window handle if hwnd == 0 … … 20 23 - USER32: Don't check for window visibility when calling SetWindowPos 21 24 in SetMenu. (fixes menu in standard minesweeper) 22 (NOTE: May need to call SetWindowPos with SWP_FRAMECHANGED 25 (NOTE: May need to call SetWindowPos with SWP_FRAMECHANGED 23 26 when showing a window (see Wine code)) 24 27 Put back GetMenuStringA fix (return length of string if string pointer … … 33 36 (call ShowWindow) -> fixed non-visible button bar in mIRC 34 37 Don't set WS_VISIBLE on by default. Windows are made visible 35 during creation by calling ShowWindow. 38 during creation by calling ShowWindow. 36 39 Call UpdateWindow for client window, not the frame. 37 40 - INCLUDE\WIN\wingdi.h: Added GdiFlush declaration
Note:
See TracChangeset
for help on using the changeset viewer.
