Convert HexTray to the plugin config API

This commit is contained in:
Berke Viktor
2012-10-29 00:32:59 +01:00
parent 9a57ca41b1
commit 15c2ff2d54
7 changed files with 52 additions and 224 deletions

View File

@ -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;