[Scummvm-git-logs] scummvm master -> a54269a5949e6ea803506467c3cdd72398e01f85
eriktorbjorn
eriktorbjorn at telia.com
Wed Jun 30 17:07:09 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:
a54269a594 COMMON: Fix documentation for grabOverlay().
Commit: a54269a5949e6ea803506467c3cdd72398e01f85
https://github.com/scummvm/scummvm/commit/a54269a5949e6ea803506467c3cdd72398e01f85
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2021-06-30T18:59:34+02:00
Commit Message:
COMMON: Fix documentation for grabOverlay().
It takes a surface now, not a buffer.
Changed paths:
common/system.h
diff --git a/common/system.h b/common/system.h
index d1afdd888d..3137d36b14 100644
--- a/common/system.h
+++ b/common/system.h
@@ -1230,7 +1230,8 @@ public:
virtual void clearOverlay() = 0;
/**
- * Copy the content of the overlay into a buffer provided by the caller.
+ * Copy the content of the overlay into a surface provided by the
+ * caller.
*
* This is only used to implement fake alpha blending.
*/
More information about the Scummvm-git-logs
mailing list