Changeset 1055


Ignore:
Timestamp:
Sep 25, 1999, 9:11:18 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1049 r1055  
    1  /* $Id: changelog,v 1.240 1999-09-25 16:48:18 cbratschi Exp $ */
     1 /* $Id: changelog,v 1.241 1999-09-25 19:10:27 sandervl Exp $ */
    22
    33 99-09-25: Christoph Bratschi<cbratschi@datacomm.ch>
     
    1111                    RedrawWindow: set window pointer to desktop window when hwnd == NULL
    1212        - 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.
    1319
    1420 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 cbratschi Exp $ */
     1/* $Id: oslibwin.cpp,v 1.8 1999-09-25 19:11:18 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    6565
    6666        dwFrameStyle |= FCF_TASKLIST | FCF_NOMOVEWITHOWNER | FCF_NOBYTEALIGN;
    67 /////        dwWinStyle   &= ~WS_CLIPCHILDREN;
     67        dwWinStyle   &= ~WS_CLIPCHILDREN;
    6868
    6969        *hwndFrame = WinCreateStdWindow(hwndParent, dwWinStyle,
Note: See TracChangeset for help on using the changeset viewer.