From: Dana Jansens Date: Thu, 13 Feb 2003 07:42:33 +0000 (+0000) Subject: uncomment the _NET_WM_ICON property X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=afd477692d3268af445c3fc27057cf35e58ab51f;p=chaz%2Fopenbox uncomment the _NET_WM_ICON property --- diff --git a/otk/property.cc b/otk/property.cc index 03f0d6b6..75f9a7cf 100644 --- a/otk/property.cc +++ b/otk/property.cc @@ -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"); diff --git a/otk/property.hh b/otk/property.hh index 19cc782b..f773c649 100644 --- a/otk/property.hh +++ b/otk/property.hh @@ -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;