From a54269a5949e6ea803506467c3cdd72398e01f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Andersson?= Date: Wed, 30 Jun 2021 18:58:18 +0200 Subject: [PATCH] COMMON: Fix documentation for grabOverlay(). It takes a surface now, not a buffer. --- common/system.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/system.h b/common/system.h index d1afdd888d1..3137d36b14d 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. */