From ba8a36990f367d6f0a364e4669ee3fbf92a3e15c Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Wed, 6 Apr 2011 07:35:06 +0200 Subject: [PATCH] Fixed a minor issue in the GlxContext constructor that was added recently --- src/SFML/Window/Linux/GlxContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SFML/Window/Linux/GlxContext.cpp b/src/SFML/Window/Linux/GlxContext.cpp index 7a40cf528..36ee48abc 100644 --- a/src/SFML/Window/Linux/GlxContext.cpp +++ b/src/SFML/Window/Linux/GlxContext.cpp @@ -109,7 +109,7 @@ myOwnsWindow(true) 0, NULL); // Create the context - CreateContext(shared, VideoMode::GetDesktopMode().BitsPerPixel, ContextSettings()); + CreateContext(shared, VideoMode::GetDesktopMode().BitsPerPixel, settings); // Activate the context SetActive(true);