diff --git a/scene_opengl_glx.cpp b/scene_opengl_glx.cpp index d978605bb9..88c3139cf3 100644 --- a/scene_opengl_glx.cpp +++ b/scene_opengl_glx.cpp @@ -37,8 +37,8 @@ GLXDrawable SceneOpenGL::last_pixmap = None; SceneOpenGL::SceneOpenGL(Workspace* ws) : Scene(ws) - , init_ok(false) , m_resetModelViewProjectionMatrix(true) + , init_ok(false) { initGLX(); // check for FBConfig support