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

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

display api fixes

File size: 545 bytes
Line 
1/* $Id: pmwindow.h,v 1.5 1999-11-23 19:34:19 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;
23extern ULONG ScreenBitsPerPel;
24
25#endif
Note: See TracBrowser for help on using the repository browser.