aboutsummaryrefslogtreecommitdiffstats
path: root/include/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gfx.h')
-rw-r--r--include/gfx.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/include/gfx.h b/include/gfx.h
index 3a10103f..d261a6ce 100644
--- a/include/gfx.h
+++ b/include/gfx.h
@@ -204,8 +204,15 @@ extern "C" {
*/
void gfxInit(void);
- /* Compatibility for old programs */
- void DEPRECATED("Use gfxInit() instead") gdispInit(void);
+ /**
+ * @brief The one call to end it all
+ *
+ * @note This will deinitialise each sub-system that has been turned on.
+ * @note Do not call this without a previous @p gfxInit();
+ *
+ * @api
+ */
+ void gfxDeinit(void);
#ifdef __cplusplus
}