From 3ab931da05ef91f752c15f11ca3b6637b1637078 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 6 Mar 2020 21:52:30 +0100 Subject: Move puglGetVisible() to more sensible location --- pugl/pugl.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pugl') diff --git a/pugl/pugl.h b/pugl/pugl.h index 2f60663..04add26 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -599,12 +599,6 @@ puglGetHandle(PuglView* view); PUGL_API PuglStatus puglSetViewHint(PuglView* view, PuglViewHint hint, int value); -/** - Return true iff the view is currently visible. -*/ -PUGL_API bool -puglGetVisible(PuglView* view); - /** Request a redisplay for the entire view. */ @@ -713,6 +707,12 @@ puglShowWindow(PuglView* view); PUGL_API PuglStatus puglHideWindow(PuglView* view); +/** + Return true iff the view is currently visible. +*/ +PUGL_API bool +puglGetVisible(PuglView* view); + /** Return the native window handle. */ -- cgit v1.2.1