mirror of https://github.com/AxioDL/boo.git
same rename for glx
This commit is contained in:
parent
f358c092aa
commit
edb667d1ae
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
#include <GL/glx.h>
|
#include <GL/glx.h>
|
||||||
|
|
||||||
#include <IContext.hpp>
|
#include <IGraphicsContext.hpp>
|
||||||
|
|
||||||
class CGLXContext final : public IContext
|
class CGLXContext final : public IGraphicsContext
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
CGLXContext();
|
CGLXContext();
|
||||||
|
|
Loading…
Reference in New Issue