hide_timeout_id = 0;
- XFlush(obt_display);
return FALSE; /* don't repeat */
}
show_timeout_id = 0;
- XFlush(obt_display);
return FALSE; /* don't repeat */
}
if (client_focus(d->client) && config_focus_raise)
stacking_raise(CLIENT_AS_WINDOW(d->client));
event_curtime = old;
- XFlush(obt_display);
return FALSE; /* no repeat */
}
event_curserial = d->serial;
focus_nothing();
event_curtime = old;
- XFlush(obt_display);
return FALSE; /* no repeat */
}
self->focused = FALSE;
}
- XFlush(obt_display);
return TRUE; /* go again */
}
}
XMoveResizeWindow(obt_display, self->window, x, y, w, h);
+ XFlush(obt_display);
if (time == 0)
frame_end_iconify_animation(self);
- XFlush(obt_display);
return time > 0; /* repeat until we're out of time */
}
static gboolean chain_timeout(gpointer data)
{
keyboard_reset_chains(0);
- XFlush(obt_display);
return FALSE; /* don't repeat */
}
{
g_assert(menu_frame_visible);
menu_entry_frame_show_submenu((ObMenuEntryFrame*)data);
- XFlush(obt_display);
return FALSE;
}
{
g_assert(menu_frame_visible);
menu_frame_hide((ObMenuFrame*)data);
- XFlush(obt_display);
return FALSE;
}
++waiting_for_sync; /* we timed out waiting for our sync... */
do_resize(); /* ...so let any pending resizes through */
- XFlush(obt_display);
-
if (waiting_for_sync > SYNC_TIMEOUTS) {
sync_timer = 0;
return FALSE; /* don't repeat */
}
edge_warp_odd = !edge_warp_odd;
- XFlush(obt_display);
return TRUE; /* do repeat ! */
}
++t->waiting;
- XFlush(obt_display);
return TRUE; /* repeat */
}
self->delay_mapped = FALSE;
self->delay_timer = 0;
- XFlush(obt_display);
return FALSE; /* don't repeat */
}
{
pager_popup_hide(desktop_popup);
desktop_popup_timer = 0;
- XFlush(obt_display);
return FALSE; /* don't repeat */
}
SnStartupSequence *seq = data;
sn_waits = g_slist_remove(sn_waits, seq);
screen_set_root_cursor();
- XFlush(obt_display);
return FALSE; /* don't repeat */
}
{
SnLauncherContext *sn = data;
sn_launcher_context_complete(sn);
- XFlush(obt_display);
return FALSE; /* don't repeat */
}