X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.h;h=0fd7aba326504ba0c159101fb490ae2efada69ea;hb=742106511fbaca5ebef385a9c60c427e8dd7a6dd;hp=0295a6beb2a32853498327ab242a93cf951aa89c;hpb=950516124f49000bd8df0481df0c54a14a05b7f9;p=chaz%2Fopenbox 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; };