aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-01-06 21:53:43 +0100
committerJoel Bodenmann <joel@unormal.org>2014-01-06 21:53:43 +0100
commit6f5dd9035467b6a57189c8382cf911993d596388 (patch)
tree9f5481c4ddaa236e37895b5b2ade18e81d05e444 /include
parentb479a1038345752ad1f9bcebbd382a5261f01aa8 (diff)
downloaduGFX-6f5dd9035467b6a57189c8382cf911993d596388.tar.gz
uGFX-6f5dd9035467b6a57189c8382cf911993d596388.tar.bz2
uGFX-6f5dd9035467b6a57189c8382cf911993d596388.zip
frame cleanup
Diffstat (limited to 'include')
-rw-r--r--include/gwin/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gwin/frame.h b/include/gwin/frame.h
index 156bdcd0..885d4ad5 100644
--- a/include/gwin/frame.h
+++ b/include/gwin/frame.h
@@ -33,6 +33,7 @@
typedef struct GFrameObject {
GWidgetObject w;
+ // These could probably be removed... I have to think harder later
GHandle btnClose;
GHandle btnMin;
GHandle btnMax;