[webkit-changes] [WebKit/WebKit] 91f787: Fix incorrect EGL function type definitions in Pla...
Adrian Perez
noreply at github.com
Mon Apr 8 03:06:58 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 91f787886ac542eb4148d991b629c028f389f0cf
https://github.com/WebKit/WebKit/commit/91f787886ac542eb4148d991b629c028f389f0cf
Author: Adrian Perez de Castro <aperez at igalia.com>
Date: 2024-04-08 (Mon, 08 Apr 2024)
Changed paths:
M Source/WebCore/platform/graphics/PlatformDisplay.cpp
Log Message:
-----------
Fix incorrect EGL function type definitions in PlatformDisplay
https://bugs.webkit.org/show_bug.cgi?id=272222
Reviewed by Carlos Garcia Campos.
* Source/WebCore/platform/graphics/PlatformDisplay.cpp: Use EGLAPIENTRYP
to mark EGL function type definitions and use the extension name and
EGL version macros to guard their definition.
Canonical link: https://commits.webkit.org/277192@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list