source: trunk/include/winuser32.h@ 4669

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

* empty log message *

File size: 877 bytes
RevLine 
[4600]1/* $Id: winuser32.h,v 1.5 2000-11-15 20:38:09 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
[3707]29#endif //__WINUSER32_H__
Note: See TracBrowser for help on using the repository browser.