From 15c2ff2d549fad936789ea29455d3ae8ef665c59 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Mon, 29 Oct 2012 00:32:59 +0100 Subject: Convert HexTray to the plugin config API --- plugins/hextray/hextray.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins/hextray/hextray.h') 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; -- cgit 1.4.1