From 8dd16259287f58f9273002717ec4d27e97127719 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:43:14 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- gfx/gl/GLContextGLX.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gfx/gl/GLContextGLX.h') diff --git a/gfx/gl/GLContextGLX.h b/gfx/gl/GLContextGLX.h index b6f6e9a959..c7fce3f86a 100644 --- a/gfx/gl/GLContextGLX.h +++ b/gfx/gl/GLContextGLX.h @@ -24,9 +24,9 @@ class GLContextGLX : public GLContext { static bool FindVisual(Display* display, int screen, int* const out_visualId); // Finds a GLXFBConfig compatible with the provided window. - static bool FindFBConfigForWindow( - Display* display, int screen, Window window, - GLXFBConfig* const out_config, int* const out_visid, bool aWebRender); + static bool FindFBConfigForWindow(Display* display, int screen, Window window, + GLXFBConfig* const out_config, + int* const out_visid, bool aWebRender); virtual ~GLContextGLX(); -- cgit v1.2.3