remove debug print
This commit is contained in:
parent
40d58a1e34
commit
7dc01bbee7
1 changed files with 5 additions and 7 deletions
|
@ -1310,16 +1310,14 @@ void client_update_wmhints(ObClient *self)
|
||||||
/* the WM_HINTS can contain an icon */
|
/* the WM_HINTS can contain an icon */
|
||||||
client_update_icons(self);
|
client_update_icons(self);
|
||||||
|
|
||||||
XFree(hints);
|
XFree(hints);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ur != self->urgent) {
|
if (ur != self->urgent) {
|
||||||
self->urgent = ur;
|
self->urgent = ur;
|
||||||
ob_debug("Urgent Hint for 0x%lx: %s\n", self->window,
|
/* fire the urgent callback if we're mapped, otherwise, wait until
|
||||||
ur ? "ON" : "OFF");
|
after we're mapped */
|
||||||
/* fire the urgent callback if we're mapped, otherwise, wait until
|
if (self->frame)
|
||||||
after we're mapped */
|
|
||||||
if (self->frame)
|
|
||||||
client_urgent_notify(self);
|
client_urgent_notify(self);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue