diff options
author | David Robillard <d@drobilla.net> | 2020-07-05 15:01:14 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-07-05 18:47:39 +0200 |
commit | 98f8d255a8aeece754dcda389aafb75572e8edb8 (patch) | |
tree | e3a2022528949dca70a56c8a50132b8e88f5f794 /pugl/detail/mac_gl.m | |
parent | 90abfef17294c1b382f43007d984b93c200efa9d (diff) | |
download | pugl-98f8d255a8aeece754dcda389aafb75572e8edb8.tar.gz pugl-98f8d255a8aeece754dcda389aafb75572e8edb8.tar.bz2 pugl-98f8d255a8aeece754dcda389aafb75572e8edb8.zip |
Move stub backend function implementations to a detail header
Diffstat (limited to 'pugl/detail/mac_gl.m')
-rw-r--r-- | pugl/detail/mac_gl.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/detail/mac_gl.m b/pugl/detail/mac_gl.m index d1461ec..4bf6fc1 100644 --- a/pugl/detail/mac_gl.m +++ b/pugl/detail/mac_gl.m @@ -21,8 +21,8 @@ #include "pugl/detail/implementation.h" #include "pugl/detail/mac.h" +#include "pugl/detail/stub.h" #include "pugl/pugl_gl.h" -#include "pugl/pugl_stub.h" #ifndef __MAC_10_10 # define NSOpenGLProfileVersion4_1Core NSOpenGLProfileVersion3_2Core |