diff options
Diffstat (limited to 'plugins/Clist_mw/src/BkgrCfg.h')
-rw-r--r-- | plugins/Clist_mw/src/BkgrCfg.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/Clist_mw/src/BkgrCfg.h b/plugins/Clist_mw/src/BkgrCfg.h deleted file mode 100644 index a47b53a603..0000000000 --- a/plugins/Clist_mw/src/BkgrCfg.h +++ /dev/null @@ -1,18 +0,0 @@ -//
-// 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
|