X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fproperty.cc;h=f26795e4dd2d1792e576654759721f49e65586e2;hb=bc88d310fea71823fb2c61d071ff499579bffaba;hp=5ebb2f0f154b05cdcbaa2a23c0fb00e9d17de8ef;hpb=89e6d5c0e64513d06ac4368981239de969a6fc9d;p=chaz%2Fopenbox diff --git a/otk/property.cc b/otk/property.cc index 5ebb2f0f..f26795e4 100644 --- a/otk/property.cc +++ b/otk/property.cc @@ -40,6 +40,7 @@ OBProperty::OBProperty() _atoms[wm_name] = create("WM_NAME"); _atoms[wm_icon_name] = create("WM_ICON_NAME"); _atoms[wm_class] = create("WM_CLASS"); + _atoms[wm_window_role] = create("WM_WINDOW_ROLE"); _atoms[motif_wm_hints] = create("_MOTIF_WM_HINTS"); _atoms[blackbox_hints] = create("_BLACKBOX_HINTS"); _atoms[blackbox_attributes] = create("_BLACKBOX_ATTRIBUTES");