aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/gwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gwin/gwin.h')
-rw-r--r--include/gwin/gwin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h
index 1a2c2c07..96055376 100644
--- a/include/gwin/gwin.h
+++ b/include/gwin/gwin.h
@@ -77,7 +77,7 @@ extern "C" {
* Window Manager functions
*-------------------------------------------------*/
-#if GWIN_NEED_WINDOWMANAGER
+#if GWIN_NEED_WINDOWMANAGER || defined(__DOXYGEN__)
// Forward definition
struct GWindowManager;
@@ -377,7 +377,7 @@ extern "C" {
*/
void gwinRedraw(GHandle gh);
- #if GWIN_NEED_WINDOWMANAGER
+ #if GWIN_NEED_WINDOWMANAGER || defined (__DOXYGEN__)
/**
* @brief Redraw a window
*