diff --git a/src/SFML/Window/Linux/GlxContext.cpp b/src/SFML/Window/Linux/GlxContext.cpp index 7a40cf52..36ee48ab 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);