aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gcontainer.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-08-07 22:57:18 +0200
committerJoel Bodenmann <joel@unormal.org>2014-08-07 22:57:18 +0200
commitf94b496c0c1ace25491893702c856219825d9355 (patch)
treef45420447db743705430e7b9a55b39decdf9d7d0 /src/gwin/gcontainer.h
parentb2b09319e47fe37dc293a0c80bb7ac3a563f13e2 (diff)
downloaduGFX-f94b496c0c1ace25491893702c856219825d9355.tar.gz
uGFX-f94b496c0c1ace25491893702c856219825d9355.tar.bz2
uGFX-f94b496c0c1ace25491893702c856219825d9355.zip
Added optional transparency to container
Diffstat (limited to 'src/gwin/gcontainer.h')
-rw-r--r--src/gwin/gcontainer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gwin/gcontainer.h b/src/gwin/gcontainer.h
index efba83f9..942cf8c0 100644
--- a/src/gwin/gcontainer.h
+++ b/src/gwin/gcontainer.h
@@ -105,6 +105,7 @@ extern "C" {
* @{
*/
#define GWIN_CONTAINER_BORDER 0x00000001
+ #define GWIN_CONTAINER_TRANSPARENT 0x00000002
/** @} */
/**