aboutsummaryrefslogtreecommitdiff
path: root/backends/taskbar/win32/win32-taskbar.h
diff options
context:
space:
mode:
authorLittleboy2011-03-31 06:14:30 -0400
committerJulien2011-06-16 10:30:31 -0400
commit0fd56852b65aed463d79cddc9545511107296809 (patch)
tree1826142c8ee6ee2d6f708f7df4dda40fb381c9da /backends/taskbar/win32/win32-taskbar.h
parentc0ec09ac66162d253ab16e1fb9b3a85dfdd176d7 (diff)
downloadscummvm-rg350-0fd56852b65aed463d79cddc9545511107296809.tar.gz
scummvm-rg350-0fd56852b65aed463d79cddc9545511107296809.tar.bz2
scummvm-rg350-0fd56852b65aed463d79cddc9545511107296809.zip
BACKENDS: Add support for custom game icon (recent items list and icon overlay)
Diffstat (limited to 'backends/taskbar/win32/win32-taskbar.h')
-rw-r--r--backends/taskbar/win32/win32-taskbar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/taskbar/win32/win32-taskbar.h b/backends/taskbar/win32/win32-taskbar.h
index d0871d36d2..bdd45a942d 100644
--- a/backends/taskbar/win32/win32-taskbar.h
+++ b/backends/taskbar/win32/win32-taskbar.h
@@ -48,9 +48,10 @@ public:
virtual void addRecent(const Common::String &name, const Common::String &description);
private:
- HWND _hwnd;
ITaskbarList3 *_taskbar;
+ Common::String getIconPath(Common::String target);
+
// Helper functions
bool isWin7OrLater();
LPWSTR ansiToUnicode(const char *s);