diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-08 13:55:50 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-08 13:55:50 +0000 |
commit | 47739a02585405a13b81123da3a9f3ff97cea0b9 (patch) | |
tree | 026bae1bdea9f3f7b1a167325fbd2a9a95921dc3 /plugins/TopToolBar/BkgrCfg.h | |
parent | fa488438351d7d5930a281b9293e7fb853f41eed (diff) |
TopToolBar added
git-svn-id: http://svn.miranda-ng.org/main/trunk@360 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/BkgrCfg.h')
-rw-r--r-- | plugins/TopToolBar/BkgrCfg.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/TopToolBar/BkgrCfg.h b/plugins/TopToolBar/BkgrCfg.h new file mode 100644 index 0000000000..a47b53a603 --- /dev/null +++ b/plugins/TopToolBar/BkgrCfg.h @@ -0,0 +1,18 @@ +//
+// Register of plugin's user
+//
+// wParam = (WPARAM)szSetting - string that describes a user
+// format: Category/ModuleName,
+// eg: "Contact list background/CLUI",
+// "Status bar background/StatusBar"
+// lParam = (LPARAM)dwFlags
+//
+#define MS_BACKGROUNDCONFIG_REGISTER "BkgrCfg/Register"
+
+//
+// Notification about changed background
+// wParam = ModuleName
+// lParam = 0
+#define ME_BACKGROUNDCONFIG_CHANGED "BkgrCfg/Changed"
+
+#define CLBF_TILEVTOROWHEIGHT 0x0100
|