source: trunk/include/winuser32.h@ 4556

Last change on this file since 4556 was 4556, checked in by sandervl, 25 years ago

header updates

File size: 689 bytes
Line 
1/* $Id: winuser32.h,v 1.2 2000-11-05 18:47:11 sandervl Exp $ */
2
3/*
4 * Internal functions exported by user32
5 *
6 * Project Odin Software License can be found in LICENSE.TXT
7 *
8 */
9#ifndef __WINUSER32_H__
10#define __WINUSER32_H__
11
12ULONG OSLibGetScreenHeight();
13ULONG OSLibGetScreenWidth();
14
15void WIN32API Calculate1PixelDelta(pDCData pHps);
16void WIN32API TestWideLine (pDCData pHps);
17BOOL WIN32API changePageXForm(pDCData pHps, PPOINTL pValue, int x, int y, PPOINTL pPrev);
18BOOL WIN32API setPageXForm(pDCData pHps);
19VOID WIN32API removeClientArea(pDCData pHps);
20LONG WIN32API clientHeight(HWND hwnd, pDCData pHps);
21int WIN32API setMapMode(pDCData pHps, int mode);
22
23#endif //__WINUSER32_H__
Note: See TracBrowser for help on using the repository browser.