blob: 346f6a06f6a2c0ba35122874e0574c4c8eff2ec1 [file] [log] [blame]
/******************************************************************************
*
* Wine Windows 95 interface tweaks
*
* Copyright (c) 1997 Dave Cuthbert (dacut@ece.cmu.edu)
*
*****************************************************************************/
#if !defined(__WINE_TWEAK_H)
#define __WINE_TWEAK_H
#include "wintypes.h"
int TWEAK_Init();
int TWEAK_CheckConfiguration();
void TWEAK_DrawReliefRect95(HDC32, RECT32 const *);
void TWEAK_DrawRevReliefRect95(HDC32, RECT32 const *);
void TWEAK_DrawMenuSeparatorHoriz95(HDC32, UINT32, UINT32, UINT32);
void TWEAK_DrawMenuSeparatorVert95(HDC32, UINT32, UINT32, UINT32);
extern int TWEAK_Win95Look;
extern int TWEAK_WineInitialized;
#endif /* __WINE_TWEAK_H */