aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/x11_gl.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-07-05 15:01:14 +0200
committerDavid Robillard <d@drobilla.net>2020-07-05 18:47:39 +0200
commit98f8d255a8aeece754dcda389aafb75572e8edb8 (patch)
treee3a2022528949dca70a56c8a50132b8e88f5f794 /pugl/detail/x11_gl.c
parent90abfef17294c1b382f43007d984b93c200efa9d (diff)
downloadpugl-98f8d255a8aeece754dcda389aafb75572e8edb8.tar.gz
pugl-98f8d255a8aeece754dcda389aafb75572e8edb8.tar.bz2
pugl-98f8d255a8aeece754dcda389aafb75572e8edb8.zip
Move stub backend function implementations to a detail header
Diffstat (limited to 'pugl/detail/x11_gl.c')
-rw-r--r--pugl/detail/x11_gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/detail/x11_gl.c b/pugl/detail/x11_gl.c
index afb8346..f78dbf3 100644
--- a/pugl/detail/x11_gl.c
+++ b/pugl/detail/x11_gl.c
@@ -19,11 +19,11 @@
@brief OpenGL graphics backend for X11.
*/
+#include "pugl/detail/stub.h"
#include "pugl/detail/types.h"
#include "pugl/detail/x11.h"
#include "pugl/pugl.h"
#include "pugl/pugl_gl.h"
-#include "pugl/pugl_stub.h"
#include <GL/glx.h>
#include <X11/X.h>