source:
trunk/include/win/hotkey.h@
4
Last change on this file since 4 was 4, checked in by , 26 years ago | |
---|---|
File size: 381 bytes |
Line | |
---|---|
1 | /* $Id: hotkey.h,v 1.1 1999-05-24 20:19:12 ktk Exp $ */ |
2 | |
3 | /* |
4 | * Hotkey class extra info |
5 | * |
6 | * Copyright 1998 Eric Kohl |
7 | */ |
8 | |
9 | #ifndef __WINE_HOTKEY_H |
10 | #define __WINE_HOTKEY_H |
11 | |
12 | typedef struct tagHOTKEY_INFO |
13 | { |
14 | HFONT hFont; |
15 | BOOL bFocus; |
16 | INT nHeight; |
17 | |
18 | } HOTKEY_INFO; |
19 | |
20 | |
21 | extern VOID HOTKEY_Register (VOID); |
22 | extern VOID HOTKEY_Unregister (VOID); |
23 | |
24 | #endif /* __WINE_HOTKEY_H */ |
Note:
See TracBrowser
for help on using the repository browser.