Ignore:
Timestamp:
Dec 17, 2000, 4:04:14 PM (25 years ago)
Author:
sandervl
Message:

hook, mdi & focus fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibwin.cpp

    r4551 r4825  
    1 /* $Id: oslibwin.cpp,v 1.84 2000-11-04 16:28:25 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.85 2000-12-17 15:04:10 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    8888
    8989  return WinCreateWindow (hwndParent,
    90                           WIN32_STDFRAMECLASS,
     90                          hwndParent == HWND_DESKTOP ? WIN32_STDFRAMECLASS : WIN32_STDCLASS,
    9191                          pszName, dwWinStyle, 0, 0, 0, 0,
    9292                          Owner, (fHWND_BOTTOM) ? HWND_BOTTOM : HWND_TOP,
Note: See TracChangeset for help on using the changeset viewer.