diff options
Diffstat (limited to 'include/pugl')
-rw-r--r-- | include/pugl/pugl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h index e537e8c..e15bb4a 100644 --- a/include/pugl/pugl.h +++ b/include/pugl/pugl.h @@ -670,7 +670,7 @@ puglGetWorldHandle(PuglWorld* world); X11: Returns a pointer to the `Display`. - MacOS: Returns null. + MacOS: Returns a pointer to the `NSApplication`. Windows: Returns the `HMODULE` of the calling process. */ |