aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/types.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-14 11:21:53 +0100
committerDavid Robillard <d@drobilla.net>2020-03-14 11:21:53 +0100
commit554ac923e8973b7496f96e30a56eaaf9d30b6108 (patch)
treea0a3070325edd6e9f89a6267c2c5fd107cf0ae37 /pugl/detail/types.h
parente09f204aca2393ba0f78867eb2e284ab00091205 (diff)
downloadpugl-554ac923e8973b7496f96e30a56eaaf9d30b6108.tar.gz
pugl-554ac923e8973b7496f96e30a56eaaf9d30b6108.tar.bz2
pugl-554ac923e8973b7496f96e30a56eaaf9d30b6108.zip
Add logging API
Diffstat (limited to 'pugl/detail/types.h')
-rw-r--r--pugl/detail/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pugl/detail/types.h b/pugl/detail/types.h
index 2e41003..08a7854 100644
--- a/pugl/detail/types.h
+++ b/pugl/detail/types.h
@@ -78,10 +78,12 @@ struct PuglViewImpl {
struct PuglWorldImpl {
PuglWorldInternals* impl;
PuglWorldHandle handle;
+ PuglLogFunc logFunc;
char* className;
double startTime;
size_t numViews;
PuglView** views;
+ PuglLogLevel logLevel;
};
/** Opaque surface used by graphics backend. */