uncomment the _NET_WM_ICON property
Dana Jansens danakj@orodu.net
2 files changed,
2 insertions(+),
2 deletions(-)
M
otk/property.cc
→
otk/property.cc
@@ -77,7 +77,7 @@ atoms.net_wm_window_type = create("_NET_WM_WINDOW_TYPE");
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");
M
otk/property.hh
→
otk/property.hh
@@ -76,7 +76,7 @@ Atom net_wm_window_type;
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;