source: trunk/include/winuser32.h@ 4663

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

* empty log message *

File size: 877 bytes
Line 
1/* $Id: winuser32.h,v 1.5 2000-11-15 20:38:09 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
12#include <dcdata.h>
13
14ULONG OSLibGetScreenHeight();
15ULONG OSLibGetScreenWidth();
16
17void WIN32API Calculate1PixelDelta(pDCData pHps);
18void WIN32API TestWideLine (pDCData pHps);
19BOOL WIN32API changePageXForm(pDCData pHps, POINTL *pValue, int x, int y, POINTL *pPrev);
20BOOL WIN32API setPageXForm(pDCData pHps);
21VOID WIN32API selectClientArea(pDCData pHps);
22VOID WIN32API removeClientArea(pDCData pHps);
23LONG WIN32API clientHeight(HWND hwnd, pDCData pHps);
24int WIN32API setMapMode(pDCData pHps, int mode);
25
26int WIN32API DIB_GetDIBWidthBytes( int width, int depth );
27int WIN32API BITMAP_GetWidthBytes( INT width, INT depth );
28
29#endif //__WINUSER32_H__
Note: See TracBrowser for help on using the repository browser.