diff options
Diffstat (limited to 'pugl/pugl.h')
-rw-r--r-- | pugl/pugl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h index c8807f1..57e23fa 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -1032,7 +1032,7 @@ puglHideWindow(PuglView* view); Return true iff the view is currently visible. */ PUGL_API bool -puglGetVisible(PuglView* view); +puglGetVisible(const PuglView* view); /** Return the native window handle. |