Rev | Line | |
---|
[1866] | 1 | /* $Id: tweak.h,v 1.1 1999-11-28 12:33:11 sandervl Exp $ */
|
---|
| 2 | /******************************************************************************
|
---|
| 3 | *
|
---|
| 4 | * Wine Windows 95 interface tweaks
|
---|
| 5 | *
|
---|
| 6 | * Copyright (c) 1997 Dave Cuthbert (dacut@ece.cmu.edu)
|
---|
| 7 | *
|
---|
| 8 | *****************************************************************************/
|
---|
| 9 |
|
---|
| 10 | #ifndef __WINE_TWEAK_H
|
---|
| 11 | #define __WINE_TWEAK_H
|
---|
| 12 |
|
---|
| 13 | #include "windef.h"
|
---|
| 14 |
|
---|
| 15 | typedef enum
|
---|
| 16 | {
|
---|
| 17 | WIN31_LOOK,
|
---|
| 18 | WIN95_LOOK,
|
---|
| 19 | WIN98_LOOK
|
---|
| 20 | } WINE_LOOK;
|
---|
| 21 |
|
---|
| 22 |
|
---|
| 23 | int TWEAK_Init(void);
|
---|
| 24 | int TWEAK_CheckConfiguration(void);
|
---|
| 25 |
|
---|
| 26 | extern WINE_LOOK TWEAK_WineLook;
|
---|
| 27 |
|
---|
| 28 | #endif /* __WINE_TWEAK_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.