source: trunk/src/user32/pmwindow.h@ 1629

Last change on this file since 1629 was 1629, checked in by sandervl, 26 years ago

Dinput additions + PostThreadMessageA/W fix

File size: 514 bytes
Line 
1/* $Id: pmwindow.h,v 1.4 1999-11-08 13:44:14 sandervl Exp $ */
2/*
3 * Win32 Window Managment Code for OS/2
4 *
5 * Copyright 1998-1999 Sander van Leeuwen (sandervl@xs4all.nl)
6 *
7 */
8#ifndef __PMWINDOW_H__
9#define __PMWINDOW_H__
10
11#define WIN32_STDCLASS "Win32WindowClass"
12#define WIN32_INNERFRAME "Win32InnerFrameClass"
13
14BOOL InitPM();
15
16PVOID SubclassWithDefHandler(HWND hwnd);
17
18void RegisterSystemClasses(ULONG hModule);
19void UnregisterSystemClasses();
20
21extern ULONG ScreenWidth;
22extern ULONG ScreenHeight;
23
24#endif
Note: See TracBrowser for help on using the repository browser.