Try to force propper showing of rofi.

This commit is contained in:
Dave Davenport 2016-01-20 23:08:19 +01:00
parent 984257fffc
commit 1e57dd40e1
1 changed files with 3 additions and 3 deletions

View File

@ -2243,9 +2243,9 @@ static void error_trap_pop ( G_GNUC_UNUSED SnDisplay *display, Display *xdispl
}
static gboolean delayed_start ( gpointer data )
{
if ( XPending ( display ) ) {
main_loop_x11_event_handler ( NULL );
}
// Force some X Events to be handled.. seems the only way to get a reliable startup.
menu_state_queue_redraw();
main_loop_x11_event_handler ( NULL );
// menu_state_queue_redraw();
return FALSE;
}