X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.c;h=33acb4a16a2828f62bcd5bb769807be32f0eeff3;hb=2391410e3fd7767e266c0efe84fd34244ea29dc6;hp=f4031f59591cf430edd1b93eaddcc7130c80536b;hpb=01f62ded2fe289fe245f4f05b5825f4bdcbe1dc3;p=chaz%2Fopenbox diff --git a/openbox/screen.c b/openbox/screen.c index f4031f59..33acb4a1 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -305,6 +305,8 @@ gboolean screen_annex(void) supported[i++] = OBT_PROP_ATOM(OB_APP_TITLE); supported[i++] = OBT_PROP_ATOM(OB_APP_NAME); supported[i++] = OBT_PROP_ATOM(OB_APP_CLASS); + supported[i++] = OBT_PROP_ATOM(OB_APP_GROUP_NAME); + supported[i++] = OBT_PROP_ATOM(OB_APP_GROUP_CLASS); supported[i++] = OBT_PROP_ATOM(OB_APP_TYPE); g_assert(i == num_support);