[Scummvm-git-logs] scummvm master -> a78dfea6228191dd4b903770e646bd18a5cd2856

sev- sev at scummvm.org
Sun Apr 25 00:19:23 UTC 2021


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:
a78dfea622 BASE: Add taskbar to version information


Commit: a78dfea6228191dd4b903770e646bd18a5cd2856
    https://github.com/scummvm/scummvm/commit/a78dfea6228191dd4b903770e646bd18a5cd2856
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-25T02:19:07+02:00

Commit Message:
BASE: Add taskbar to version information

Changed paths:
    base/version.cpp


diff --git a/base/version.cpp b/base/version.cpp
index a59270fd4f..679ed60f1f 100644
--- a/base/version.cpp
+++ b/base/version.cpp
@@ -161,6 +161,10 @@ const char *gScummVMFeatures = ""
 	"EventRecorder "
 #endif
 
+#ifdef USE_TASKBAR
+	"taskbar "
+#endif
+
 #ifdef USE_CLOUD
 	"cloud ("
 #ifdef USE_LIBCURL




More information about the Scummvm-git-logs mailing list