diff options
Diffstat (limited to 'pugl/detail/win.c')
-rw-r--r-- | pugl/detail/win.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pugl/detail/win.c b/pugl/detail/win.c index e1deaf1..ee7eb01 100644 --- a/pugl/detail/win.c +++ b/pugl/detail/win.c @@ -130,6 +130,12 @@ puglInitWorldInternals(void) return impl; } +void* +puglGetNativeWorld(PuglWorld* PUGL_UNUSED(world)) +{ + return GetModuleHandle(NULL); +} + PuglInternals* puglInitViewInternals(void) { |