diff options
Diffstat (limited to 'openbox/frame.h')
| -rw-r--r-- | openbox/frame.h | 5 |
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; }; |
