aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-01-06 22:06:40 +0100
committerJoel Bodenmann <joel@unormal.org>2014-01-06 22:06:40 +0100
commit806578fe4de0555adea5b8025a70a9bb918a4f1a (patch)
treee584f8c118a5e4e471c52d797a6e64b186260a6a
parent66c5403d8f48730b0ef4cd59c063184effd81284 (diff)
parentac98de6b6934dffeee87d2cd6329d3504d2332d4 (diff)
downloaduGFX-806578fe4de0555adea5b8025a70a9bb918a4f1a.tar.gz
uGFX-806578fe4de0555adea5b8025a70a9bb918a4f1a.tar.bz2
uGFX-806578fe4de0555adea5b8025a70a9bb918a4f1a.zip
Merge branch 'master' into gwin
-rw-r--r--include/gwin/gwin.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h
index 465dcbb5..e74927ae 100644
--- a/include/gwin/gwin.h
+++ b/include/gwin/gwin.h
@@ -284,6 +284,24 @@ extern "C" {
#define gwinSetBgColor(gh, bgclr) (gh)->bgcolor = (bgclr)
/**
+ * @brief Get the foreground color of a window
+ *
+ * @param[in] gh The window
+ *
+ * @api
+ */
+ #define gwinGetColor(gh) (gh)->color
+
+ /**
+ * @brief Get the background color of a window
+ *
+ * @param[in] gh The window
+ *
+ * @api
+ */
+ #define gwinGetBgColor(gh) (gh)->bgcolor
+
+ /**
* @brief Sets whether a window is visible or not
*
* @param[in] gh The window