The app may change the netwm icon.

SVN revision: 18273
This commit is contained in:
sebastid 2005-11-04 09:08:29 +00:00 committed by sebastid
parent ac8f08e9fa
commit 5d0184b19c
1 changed files with 1 additions and 1 deletions

View File

@ -3251,12 +3251,12 @@ _e_border_cb_window_property(void *data, int ev_type, void *ev)
bd->client.icccm.fetch.window_role = 1;
bd->changed = 1;
}
/*
else if (e->atom == ECORE_X_ATOM_NET_WM_ICON)
{
bd->client.netwm.fetch.icon = 1;
bd->changed = 1;
}
/*
else if (e->atom == ECORE_X_ATOM_NET_WM_USER_TIME)
{
bd->client.netwm.fetch.user_time = 1;