Changeset 3864 for trunk/src/user32
- Timestamp:
- Jul 19, 2000, 9:05:27 PM (25 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/Makefile
r3679 r3864 1 # $Id: Makefile,v 1.7 2 2000-06-08 18:10:08sandervl Exp $1 # $Id: Makefile,v 1.73 2000-07-19 19:05:24 sandervl Exp $ 2 2 3 3 # … … 123 123 $(PDWIN32_LIB)/kernel32.lib 124 124 $(PDWIN32_LIB)/libuls.lib 125 $(PDWIN32_LIB)/ odincrt.lib125 $(PDWIN32_LIB)/$(ODINCRT).lib 126 126 OS2386.LIB 127 127 $(RTLLIB_O) -
trunk/src/user32/dc.cpp
r3853 r3864 1 /* $Id: dc.cpp,v 1.6 7 2000-07-18 18:35:38sandervl Exp $ */1 /* $Id: dc.cpp,v 1.68 2000-07-19 19:05:24 sandervl Exp $ */ 2 2 3 3 /* … … 1003 1003 // RDW_FRAME 1004 1004 // 1005 //TODO: Work ok for RDW_FRAME??1005 //TODO: Works ok for RDW_FRAME?? 1006 1006 //****************************************************************************** 1007 1007 BOOL WIN32API RedrawWindow(HWND hwnd, const RECT* pRect, HRGN hrgn, DWORD redraw) -
trunk/src/user32/pmwindow.cpp
r3800 r3864 1 /* $Id: pmwindow.cpp,v 1.9 8 2000-07-04 08:42:06sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.99 2000-07-19 19:05:24 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 948 948 LONG parentHeight, parentWidth; 949 949 950 dprintf(("FrameTrackFrame: %x %x", win32wnd->getWindowHandle(), flags)); 950 951 track.cxBorder = 4; 951 952 track.cyBorder = 4; /* 4 pel wide lines used for rectangle */
Note:
See TracChangeset
for help on using the changeset viewer.