diff options
Diffstat (limited to 'include/gwin')
-rw-r--r-- | include/gwin/gwin.h | 4 |
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 * |