Changeset 1298
- Timestamp:
- Oct 14, 1999, 8:31:35 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (3 diffs)
-
src/shell32/makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1295 r1298 1 /* $Id: changelog,v 1.32 0 1999-10-14 17:20:58 phallerExp $ */1 /* $Id: changelog,v 1.321 1999-10-14 18:31:35 sandervl Exp $ */ 2 2 3 3 99-10-14: Patrick Haller <phaller@gmx.net> … … 39 39 has titlebar. (too many Opera windows in tasklist) 40 40 Clear unsupported frame styles (i.e. no titlebar & minimize/maximize button) 41 Fixed MapOS2ToWin32Rectl & GetWindowRect. 42 Removed code that adds bordersize during SetWindowPos & window 43 creation. Fixed listbox code instead. (use window rectangle 44 for SetWindowPos call, not client rectangle) 45 41 46 - USER32: Rewrote window creation. All Odin windows are OS/2 frames. 42 47 2nd half of window/dialog creation carried out during OS/2 43 48 WM_CREATE message. 49 Don't call default frame handler during WM_ADJUSTWINDOWPOS 50 for child windows. Fixes incorrect position. 51 Probably needs to be fixed again. 44 52 NOTE: NOT WORKING CORRECTLY JUST YET!! 45 53 … … 53 61 (creates problems when loading multiple PE dlls with pe loader 54 62 and generic.exe still works fine now) 63 - SHELL32: use wrc from tools directory 55 64 56 65 99-10-13: Patrick Haller <phaller@gmx.net> -
trunk/src/shell32/makefile
r1252 r1298 1 # $Id: makefile,v 1.1 3 1999-10-11 20:17:10 sandervl Exp $1 # $Id: makefile,v 1.14 1999-10-14 18:28:30 sandervl Exp $ 2 2 3 3 # … … 20 20 21 21 22 RC = wrc22 RC = $(PDWIN32_TOOLS)\wrc 23 23 RCFLAGS = -s -I. -If:\ibmcpp\include -I$(PDWIN32_INCLUDE) -I$(PDWIN32_INCLUDE)\win 24 24
Note:
See TracChangeset
for help on using the changeset viewer.
