Top level windows with 0 width or height are created with a size of 1x1 in
[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 #ifndef __WINE_TWEAK_H
10 #define __WINE_TWEAK_H
11
12 #include "windef.h"
13
14 typedef enum
15 {
16     WIN31_LOOK,
17     WIN95_LOOK,
18     WIN98_LOOK
19 } WINE_LOOK;
20
21
22 int  TWEAK_Init(void);
23
24 extern WINE_LOOK TWEAK_WineLook;
25
26 #endif /* __WINE_TWEAK_H */