source: trunk/src/user32/pmtitlebar.h@ 2425

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

OSLibGetMsg bugfix + WM_QUIT translation fix

File size: 309 bytes
Line 
1/* $Id: pmtitlebar.h,v 1.1 2000-01-08 14:15:38 sandervl Exp $ */
2/*
3 * Win32 Titlebar Managment Code for OS/2
4 *
5 * Copyright 2000 Sander van Leeuwen (sandervl@xs4all.nl)
6 *
7 */
8#ifndef __PMTITLEBAR_H__
9#define __PMTITLEBAR_H__
10
11BOOL FrameSubclassTitleBar(Win32BaseWindow *window);
12
13#endif //__PMTITLEBAR_H__
Note: See TracBrowser for help on using the repository browser.