excessive debug printing.. :)
This commit is contained in:
parent
c03c08415f
commit
fda5ddfe16
1 changed files with 0 additions and 4 deletions
|
@ -234,8 +234,6 @@ static void frame_free(ObFrame *self)
|
|||
|
||||
void frame_show(ObFrame *self)
|
||||
{
|
||||
ob_debug("frame_show for window 0x%x : %d\n", self->client->window,
|
||||
self->visible);
|
||||
if (!self->visible) {
|
||||
self->visible = TRUE;
|
||||
XMapWindow(ob_display, self->client->window);
|
||||
|
@ -245,8 +243,6 @@ void frame_show(ObFrame *self)
|
|||
|
||||
void frame_hide(ObFrame *self)
|
||||
{
|
||||
ob_debug("frame_hide for window 0x%x : %d\n", self->client->window,
|
||||
self->visible);
|
||||
if (self->visible) {
|
||||
self->visible = FALSE;
|
||||
self->client->ignore_unmaps += 1;
|
||||
|
|
Loading…
Reference in a new issue