Fixed Linux implementation of ContextGL and ThreadLocalImpl
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1117 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
23bf546b6a
commit
d8dc34b199
@ -25,7 +25,7 @@
|
||||
////////////////////////////////////////////////////////////
|
||||
// Headers
|
||||
////////////////////////////////////////////////////////////
|
||||
#include <SFML/System/Win32/ThreadLocalImpl.hpp>
|
||||
#include <SFML/System/Unix/ThreadLocalImpl.hpp>
|
||||
|
||||
|
||||
namespace sf
|
||||
|
@ -28,7 +28,7 @@
|
||||
////////////////////////////////////////////////////////////
|
||||
// Headers
|
||||
////////////////////////////////////////////////////////////
|
||||
#include <SFML/Window/Context.hpp>
|
||||
#include <SFML/Window/ContextGL.hpp>
|
||||
#include <SFML/Window/Linux/DisplayRef.hpp>
|
||||
#include <X11/Xlib.h>
|
||||
#include <GL/glx.h>
|
||||
@ -41,7 +41,7 @@ namespace priv
|
||||
////////////////////////////////////////////////////////////
|
||||
/// Linux (GLX) implementation of OpenGL contexts
|
||||
////////////////////////////////////////////////////////////
|
||||
class ContextGLX : public Context
|
||||
class ContextGLX : public ContextGL
|
||||
{
|
||||
public :
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user