source: trunk/src/user32/new/pmwindow.h@ 2364

Last change on this file since 2364 was 2291, checked in by cbratschi, 26 years ago

first few changes

File size: 543 bytes
Line 
1/* $Id: pmwindow.h,v 1.4 2000-01-01 17:07:42 cbratschi 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_STDCLASS2 "Win32WindowClass2"
13
14BOOL InitPM();
15
16PVOID SubclassWithDefHandler(HWND hwnd);
17
18void RegisterSystemClasses(ULONG hModule);
19void UnregisterSystemClasses();
20
21extern ULONG ScreenWidth;
22extern ULONG ScreenHeight;
23extern ULONG ScreenBitsPerPel;
24
25#endif
Note: See TracBrowser for help on using the repository browser.