X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=1273a6871c350ca356758da056e631a8a5922f35;hb=00bf97aecd14d58b5dc29519d1bc41dce392d1c8;hp=f75d155cb9930ae19efbf9cd4a38a1664e1fecac;hpb=80117db6c4f39af1cff247de5a3eb19e2f07c21b;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index f75d155c..1273a687 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -348,6 +348,11 @@ gboolean client_should_show(ObClient *self); to them in a number of places regarding focus or user interaction. */ gboolean client_normal(ObClient *self); +/*! Returns if the window is one of an application's main windows (normal or + dialog type) rather than an accessory window (utilty, menu, etc) or a + non-normal window */ +gboolean client_application(ObClient *self); + /* Returns if the window is focused */ gboolean client_focused(ObClient *self); @@ -661,4 +666,6 @@ ObClient* client_under_pointer(); gboolean client_has_group_siblings(ObClient *self); +gboolean client_has_application_group_siblings(ObClient *self); + #endif