summaryrefslogtreecommitdiff
path: root/plugins/TopToolBar/src/BkgrCfg.h
blob: 9d50386bae5860410fecc57993a806fc2499b0f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#pragma once

//
//  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