From bd19fd06db8905ef835109414314ef928370a7d7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 11 Mar 2007 00:59:13 +0000 Subject: remove the kde icon hint, they use the EWMH icon now --- openbox/client.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index fff9bdd5..27e63292 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1775,23 +1775,6 @@ void client_update_icons(ObClient *self) g_assert(i <= num); } - g_free(data); - } else if (PROP_GETA32(self->window, kwm_win_icon, - kwm_win_icon, &data, &num)) { - if (num == 2) { - self->nicons++; - self->icons = g_new(ObClientIcon, self->nicons); - xerror_set_ignore(TRUE); - if (!RrPixmapToRGBA(ob_rr_inst, - data[0], data[1], - &self->icons[self->nicons-1].width, - &self->icons[self->nicons-1].height, - &self->icons[self->nicons-1].data)) { - g_free(&self->icons[self->nicons-1]); - self->nicons--; - } - xerror_set_ignore(FALSE); - } g_free(data); } else { XWMHints *hints; -- cgit v1.2.3