Ignore:
Timestamp:
Oct 17, 1999, 2:17:46 PM (26 years ago)
Author:
cbratschi
Message:

added WINE scrollbars to frame, fixed pmframe, WM_ENTERIDLE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/pmwindow.h

    r949 r1333  
    1 /* $Id: pmwindow.h,v 1.1 1999-09-15 23:18:55 sandervl Exp $ */
     1/* $Id: pmwindow.h,v 1.2 1999-10-17 12:17:44 cbratschi Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    99#define __PMWINDOW_H__
    1010
    11 #define WIN32_STDCLASS  "Win32WindowClass"
     11#define WIN32_STDCLASS  "Win32WindowClass"
    1212
    1313BOOL InitPM();
     14
     15PVOID SubclassWithDefHandler(HWND hwnd);
    1416
    1517void RegisterSystemClasses(ULONG hModule);
Note: See TracChangeset for help on using the changeset viewer.