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
15 int TWEAK_CheckConfiguration();
16 INT32
TWEAK_PartyMessageBox(LPCSTR
, LPCSTR
, DWORD
);
17 void TWEAK_DrawReliefRect95(HDC32
, RECT32
const *);
18 void TWEAK_DrawMenuSeparator95(HDC32
, UINT32
, UINT32
, UINT32
);
19 extern int TWEAK_Win95Look
;
20 extern int TWEAK_WineInitialized
;
21 extern HPEN32 TWEAK_PenFF95
;
22 extern HPEN32 TWEAK_PenE095
;
23 extern HPEN32 TWEAK_PenC095
;
24 extern HPEN32 TWEAK_Pen8095
;
25 extern HPEN32 TWEAK_Pen0095
;
27 #endif /* __WINE_TWEAK_H */