summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-28 19:21:45 +0000
committerDana Jansens <danakj@orodu.net>2003-07-28 19:21:45 +0000
commit742106511fbaca5ebef385a9c60c427e8dd7a6dd (patch)
tree5eb9b8bed2dcaf71b6b428f2c78bb352d5ffb0ee /openbox/frame.h
parent950516124f49000bd8df0481df0c54a14a05b7f9 (diff)
hover theme elements for window titlebar buttons
Diffstat (limited to 'openbox/frame.h')
-rw-r--r--openbox/frame.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbox/frame.h b/openbox/frame.h
index 0295a6be..0fd7aba3 100644
--- a/openbox/frame.h
+++ b/openbox/frame.h
@@ -95,6 +95,11 @@ struct _ObFrame
gboolean desk_press;
gboolean shade_press;
gboolean iconify_press;
+ gboolean max_hover;
+ gboolean close_hover;
+ gboolean desk_hover;
+ gboolean shade_hover;
+ gboolean iconify_hover;
gboolean focused;
};