diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-02-01 22:42:44 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-02-01 22:42:44 +0100 |
commit | 7ef4d1e0d4ad872972d087246361b6c8ba267d2f (patch) | |
tree | 117996c991be69000859bb053c0e332d3c312a06 /include/gwin/gwin.h | |
parent | 84367d080f6e73ca2183320e768b5b3f1ce17025 (diff) | |
download | uGFX-7ef4d1e0d4ad872972d087246361b6c8ba267d2f.tar.gz uGFX-7ef4d1e0d4ad872972d087246361b6c8ba267d2f.tar.bz2 uGFX-7ef4d1e0d4ad872972d087246361b6c8ba267d2f.zip |
Revert "initial work on GGroup"
This reverts commit 3a08f65cfcd884b454e835e6319d949e51e0b428.
Diffstat (limited to 'include/gwin/gwin.h')
-rw-r--r-- | include/gwin/gwin.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h index 4e1b7b58..8385fe92 100644 --- a/include/gwin/gwin.h +++ b/include/gwin/gwin.h @@ -55,7 +55,7 @@ typedef struct GWindowObject { GHandle child; // @< The child widget #endif } GWindowObject, * GHandle; -/** @} */ +/* @} */ /** * @brief The structure to initialise a GWIN. @@ -70,7 +70,7 @@ typedef struct GWindowInit { coord_t width, height; // @< The initial dimension bool_t show; // @< Should the window be visible initially } GWindowInit; -/** @} */ +/* @} */ /** * @brief A window's minimized, maximized or normal size @@ -906,11 +906,6 @@ extern "C" { * Additional functionality *-------------------------------------------------*/ - /* Include groups */ - #if GWIN_NEED_GROUPS || defined(__DOXYGEN__) - #include "gwin/ggroup.h" - #endif - /* Include widgets */ #if GWIN_NEED_WIDGET || defined(__DOXYGEN__) #include "gwin/gwidget.h" |