source: trunk/include/winuser32.h@ 4855

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

update

File size: 1.0 KB
RevLine 
[4855]1/* $Id: winuser32.h,v 1.7 2000-12-30 13:26:53 sandervl Exp $ */
[3707]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
[4591]12#include <dcdata.h>
13
[3707]14ULONG OSLibGetScreenHeight();
15ULONG OSLibGetScreenWidth();
16
[4556]17void WIN32API Calculate1PixelDelta(pDCData pHps);
18void WIN32API TestWideLine (pDCData pHps);
[4591]19BOOL WIN32API changePageXForm(pDCData pHps, POINTL *pValue, int x, int y, POINTL *pPrev);
[4556]20BOOL WIN32API setPageXForm(pDCData pHps);
[4595]21VOID WIN32API selectClientArea(pDCData pHps);
[4556]22VOID WIN32API removeClientArea(pDCData pHps);
23LONG WIN32API clientHeight(HWND hwnd, pDCData pHps);
24int WIN32API setMapMode(pDCData pHps, int mode);
25
[4591]26int WIN32API DIB_GetDIBWidthBytes( int width, int depth );
[4600]27int WIN32API BITMAP_GetWidthBytes( INT width, INT depth );
[4591]28
[4848]29HWND WIN32API Win32ToOS2Handle(HWND hwndWin32);
30HWND WIN32API OS2ToWin32Handle(HWND hwnd);
31
[4855]32BOOL WIN32API IsSystemPen(HPEN hPen);
33BOOL WIN32API IsSystemBrush(HBRUSH hBrush);
34
[3707]35#endif //__WINUSER32_H__
Note: See TracBrowser for help on using the repository browser.