summaryrefslogtreecommitdiff
path: root/otk/property.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-04 19:09:52 +0000
committerDana Jansens <danakj@orodu.net>2003-01-04 19:09:52 +0000
commitd13f021b8bb2a6b8e49f69a370409e79a7f02213 (patch)
tree7d1f157d2b72b5527c8913323531bbac97f3c853 /otk/property.cc
parent69c257faa94334b8d19fc97292622499c43929db (diff)
add support for wm_window_role
Diffstat (limited to 'otk/property.cc')
-rw-r--r--otk/property.cc1
1 files changed, 1 insertions, 0 deletions
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");