blob: a47b53a6035442d08e0cf2e3cd827c1bdca2fd7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|