From 0fd56852b65aed463d79cddc9545511107296809 Mon Sep 17 00:00:00 2001 From: Littleboy Date: Thu, 31 Mar 2011 06:14:30 -0400 Subject: BACKENDS: Add support for custom game icon (recent items list and icon overlay) --- backends/taskbar/win32/win32-taskbar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'backends/taskbar/win32/win32-taskbar.h') 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); -- cgit v1.2.3