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

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

* empty log message *

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