Release 980301
[wine.git] / include / tweak.h
blob02ac88a1bd9002026c7a0ccc0b30e40d18ecf6bf
1 /******************************************************************************
3 * Wine Windows 95 interface tweaks
5 * Copyright (c) 1997 Dave Cuthbert (dacut@ece.cmu.edu)
7 *****************************************************************************/
9 #if !defined(__WINE_TWEAK_H)
10 #define __WINE_TWEAK_H
12 #include "wintypes.h"
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;
29 #endif /* __WINE_TWEAK_H */