Ignore:
Timestamp:
Mar 20, 2003, 2:20:46 PM (22 years ago)
Author:
sandervl
Message:

Changes for fake windows. Moved them into a seperate C++ class and overload some methods to correct the behaviour

File:
1 edited

Legend:

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

    r9437 r9930  
    1 /* $Id: pmwindow.h,v 1.18 2002-11-27 13:56:27 sandervl Exp $ */
     1/* $Id: pmwindow.h,v 1.19 2003-03-20 13:20:45 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    2121void RegisterSystemClasses(ULONG hModule);
    2222void UnregisterSystemClasses();
     23
     24PVOID PMWinSubclassFakeWindow(HWND hwndOS2);
    2325
    2426extern ULONG ScreenWidth;
Note: See TracChangeset for help on using the changeset viewer.