]> Dogcows Code - chaz/openbox/commitdiff
uncomment the _NET_WM_ICON property
authorDana Jansens <danakj@orodu.net>
Thu, 13 Feb 2003 07:42:33 +0000 (07:42 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 13 Feb 2003 07:42:33 +0000 (07:42 +0000)
otk/property.cc
otk/property.hh

index 03f0d6b6bcb41fc912fc356072f34c983fc8519c..75f9a7cf20f9974b6c33c12ff5177454963fcfe5 100644 (file)
@@ -77,7 +77,7 @@ void Property::initialize()
   atoms.net_wm_state = create("_NET_WM_STATE");
   atoms.net_wm_strut = create("_NET_WM_STRUT");
 //  atoms.net_wm_icon_geometry = create("_NET_WM_ICON_GEOMETRY");
-//  atoms.net_wm_icon = create("_NET_WM_ICON");
+  atoms.net_wm_icon = create("_NET_WM_ICON");
 //  atoms.net_wm_pid = create("_NET_WM_PID");
 //  atoms.net_wm_handled_icons = create("_NET_WM_HANDLED_ICONS");
   atoms.net_wm_allowed_actions = create("_NET_WM_ALLOWED_ACTIONS");
index 19cc782b0bfe093ed8f668e8855333de9dad8859..f773c649c2d0b35ba8daa6b4f1dbadb05c28ccfd 100644 (file)
@@ -76,7 +76,7 @@ struct Atoms {
   Atom net_wm_state;
   Atom net_wm_strut;
 //  Atom net_wm_icon_geometry;
-//  Atom net_wm_icon;
+  Atom net_wm_icon;
 //  Atom net_wm_pid;
 //  Atom net_wm_handled_icons;
   Atom net_wm_allowed_actions;
This page took 0.026195 seconds and 4 git commands to generate.