[Scummvm-cvs-logs] scummvm master -> 5181b50ceaf2e3aa16ed47a316da71dfca7e25d3

Kirben kirben at optusnet.com.au
Wed Jun 8 02:07:24 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5181b50cea WIN32: Fix taskbar detection under Windows 10 onwards.


Commit: 5181b50ceaf2e3aa16ed47a316da71dfca7e25d3
    https://github.com/scummvm/scummvm/commit/5181b50ceaf2e3aa16ed47a316da71dfca7e25d3
Author: Kirben (kirben at optusnet.com.au)
Date: 2016-06-08T10:06:57+10:00

Commit Message:
WIN32: Fix taskbar detection under Windows 10 onwards.

Changed paths:
    backends/taskbar/win32/win32-taskbar.h



diff --git a/backends/taskbar/win32/win32-taskbar.h b/backends/taskbar/win32/win32-taskbar.h
index a6d1b49..a5c024b 100644
--- a/backends/taskbar/win32/win32-taskbar.h
+++ b/backends/taskbar/win32/win32-taskbar.h
@@ -64,7 +64,7 @@ private:
 	Common::String getIconPath(Common::String target);
 
 	// Helper functions
-	bool isWin7OrLater();
+	bool confirmWindowsVersion(uint majorVersion, uint minorVersion);
 	LPWSTR ansiToUnicode(const char *s);
 	HWND getHwnd();
 };






More information about the Scummvm-git-logs mailing list