1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/include/hotkey.h
1999-02-26 11:11:13 +00:00

23 lines
324 B
C

/*
* Hotkey class extra info
*
* Copyright 1998 Eric Kohl
*/
#ifndef __WINE_HOTKEY_H
#define __WINE_HOTKEY_H
typedef struct tagHOTKEY_INFO
{
HFONT hFont;
BOOL bFocus;
INT nHeight;
} HOTKEY_INFO;
extern VOID HOTKEY_Register (VOID);
extern VOID HOTKEY_Unregister (VOID);
#endif /* __WINE_HOTKEY_H */