Changeset 1055
- Timestamp:
 - Sep 25, 1999, 9:11:18 PM (26 years ago)
 - Location:
 - trunk
 - Files:
 - 
      
- 2 edited
 
- 
          
  changelog (modified) (2 diffs)
 - 
          
  src/user32/oslibwin.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/changelog
r1049 r1055 1 /* $Id: changelog,v 1.24 0 1999-09-25 16:48:18 cbratschiExp $ */1 /* $Id: changelog,v 1.241 1999-09-25 19:10:27 sandervl Exp $ */ 2 2 3 3 99-09-25: Christoph Bratschi<cbratschi@datacomm.ch> … … 11 11 RedrawWindow: set window pointer to desktop window when hwnd == NULL 12 12 - KERNEL32: Cursor & cursorgroup fixes 13 Fixes for thread local memory allocation (only done for thread 0) 14 Create TEB selector + memory for threads we don't create. 15 (i.e. DART threads in WINMM) 16 NOTE: Not tested. 17 - USER32\OLD, KERNEL32\OLD: Fixed makefiles + changes to make them 18 work with new dlls. 13 19 14 20 99-09-25: Daniela Engert <dani@ngrt.de>  - 
      
trunk/src/user32/oslibwin.cpp
r1046 r1055 1 /* $Id: oslibwin.cpp,v 1. 7 1999-09-25 15:10:00 cbratschiExp $ */1 /* $Id: oslibwin.cpp,v 1.8 1999-09-25 19:11:18 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 65 65 66 66 dwFrameStyle |= FCF_TASKLIST | FCF_NOMOVEWITHOWNER | FCF_NOBYTEALIGN; 67 /////dwWinStyle &= ~WS_CLIPCHILDREN;67 dwWinStyle &= ~WS_CLIPCHILDREN; 68 68 69 69 *hwndFrame = WinCreateStdWindow(hwndParent, dwWinStyle,  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  