diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-29 00:32:59 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-29 00:32:59 +0100 |
commit | 15c2ff2d549fad936789ea29455d3ae8ef665c59 (patch) | |
tree | 9b8ed5de539b8e9935bb6821de5c658340644dd8 /plugins/hextray/hextray.h | |
parent | 9a57ca41b1629c239301d9b65563f6acb169ead1 (diff) |
Convert HexTray to the plugin config API
Diffstat (limited to 'plugins/hextray/hextray.h')
-rw-r--r-- | plugins/hextray/hextray.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/hextray/hextray.h b/plugins/hextray/hextray.h index 0bd8a990..2c244d8f 100644 --- a/plugins/hextray/hextray.h +++ b/plugins/hextray/hextray.h @@ -19,6 +19,12 @@ #ifndef _XTRAY_H #define _XTRAY_H +/******************** Default settings*****************/ +#define HT_DEF_SET 13814 +#define HT_DEF_AOT 5 +#define HT_DEF_KEY 84 +#define HT_DEF_MOD 6 + /******************** Globals *************************/ extern HWND g_hXchatWnd; extern HWND g_hHotkeyWnd; |