aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/mac_stub.m
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/mac_stub.m
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/mac_stub.m')
-rw-r--r--pugl/detail/mac_stub.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/pugl/detail/mac_stub.m b/pugl/detail/mac_stub.m
index 2c81357..8271735 100644
--- a/pugl/detail/mac_stub.m
+++ b/pugl/detail/mac_stub.m
@@ -21,6 +21,7 @@
#include "pugl/detail/implementation.h"
#include "pugl/detail/mac.h"
+#include "pugl/detail/stub.h"
#include "pugl/pugl_stub.h"
#import <Cocoa/Cocoa.h>