diff options
Diffstat (limited to '')
-rw-r--r-- | gfx/gl/GLContextGLX.h | 6 |
1 files changed, 3 insertions, 3 deletions
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(); |