aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin
diff options
context:
space:
mode:
Diffstat (limited to 'include/gwin')
-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;