Release 980517
[wine] / include / tweak.h
1 /******************************************************************************
2  *
3  *   Wine Windows 95 interface tweaks
4  *
5  *   Copyright (c) 1997 Dave Cuthbert (dacut@ece.cmu.edu)
6  *
7  *****************************************************************************/
8
9 #if !defined(__WINE_TWEAK_H)
10 #define __WINE_TWEAK_H
11
12 #include "wintypes.h"
13
14 int  TWEAK_Init();
15 int  TWEAK_CheckConfiguration();
16 INT32  TWEAK_PartyMessageBox(LPCSTR, LPCSTR, DWORD);
17 void  TWEAK_DrawReliefRect95(HDC32, RECT32 const *);
18 void  TWEAK_DrawRevReliefRect95(HDC32, RECT32 const *);
19 void  TWEAK_DrawMenuSeparatorHoriz95(HDC32, UINT32, UINT32, UINT32);
20 void  TWEAK_DrawMenuSeparatorVert95(HDC32, UINT32, UINT32, UINT32);
21 extern int  TWEAK_Win95Look;
22 extern int  TWEAK_WineInitialized;
23 extern HPEN32  TWEAK_PenFF95;
24 extern HPEN32  TWEAK_PenE095;
25 extern HPEN32  TWEAK_PenC095;
26 extern HPEN32  TWEAK_Pen8095;
27 extern HPEN32  TWEAK_Pen0095;
28
29 #endif /* __WINE_TWEAK_H */