summaryrefslogtreecommitdiff
path: root/plugins/StatusManager/src/startupstatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/StatusManager/src/startupstatus.h')
-rw-r--r--plugins/StatusManager/src/startupstatus.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/plugins/StatusManager/src/startupstatus.h b/plugins/StatusManager/src/startupstatus.h
index 5d16d50843..17e606cff6 100644
--- a/plugins/StatusManager/src/startupstatus.h
+++ b/plugins/StatusManager/src/startupstatus.h
@@ -47,11 +47,7 @@ typedef struct {
int profile;
} HKINFO;
-#define UM_REINITPROFILES WM_USER + 1
#define UM_ADDPROFILE WM_USER + 5
-#define UM_REINITDOCKED WM_USER + 7
-#define UM_REINITWINSTATE WM_USER + 8
-#define UM_REINITWINSIZE WM_USER + 9
#define CLUIINTM_REDRAW (WM_USER+100)
@@ -116,8 +112,6 @@ char* OptName(int i, const char *setting);
void StartupStatusLoad();
void StartupStatusUnload();
-int SSLoadMainOptions();
-
// profile
void FillStatus(SMProto &ps, int profile);
int GetProfile(int profileID, TProtoSettings &arSettings);
@@ -131,6 +125,9 @@ extern HANDLE hTTBModuleLoadedHook;
void RemoveTopToolbarButtons();
int CreateTopToolbarButtons(WPARAM wParam, LPARAM lParam);
+int RegisterHotKeys();
+void UnregisterHotKeys();
+
int LoadProfileModule();
int InitProfileModule();
int DeinitProfilesModule();