aboutsummaryrefslogtreecommitdiff
path: root/c/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/defs.h')
-rw-r--r--c/defs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/defs.h b/c/defs.h
index 9f53c92..f36b8ea 100644
--- a/c/defs.h
+++ b/c/defs.h
@@ -20,6 +20,7 @@ public:
void Create(HMENU, DWORD);
int Height(int);
HWND HWnd(void);
+ virtual void UpdateTheme(BOOL);
virtual LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
};
@@ -30,8 +31,9 @@ public:
void DoSort(void);
LRESULT HandleNotify(LPARAM);
void Redraw(void);
+ void SaveFocus(void);
void SetTop(int);
- void SelectFocus(void);
+ void RestoreFocus(void);
void SelectUnwatched(int);
void ShowFocus(void);
void Update(void);