summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 12:03:23 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 12:03:23 +0200
commit2586cc926a9736636bd3eed5e3e70afb82843b2c (patch)
treed77c2a78910e7ca3313ebb381658b1cee91e800f
parent96364c461f3c86a69497b53dbf68c23466f4942a (diff)
rofi: Remove some leftovers ticks
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
-rw-r--r--source/rofi.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/rofi.c b/source/rofi.c
index f06657d1..44fb955a 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -787,9 +787,8 @@ int main ( int argc, char *argv[] )
cleanup ();
return EXIT_FAILURE;
}
- TICK_N ( "Setup X11" );
+ TICK_N ( "Setup Display" );
- TICK_N ( "Startup Notification" );
// Setup keybinding
setup_abe ();
TICK_N ( "Setup abe" );
@@ -878,8 +877,6 @@ int main ( int argc, char *argv[] )
g_timeout_add ( 1000 / (double) interval, record, NULL );
}
- TICK_N ( "X11 Setup " );
-
rofi_view_workers_initialize ();
// Create pid file
@@ -895,6 +892,7 @@ int main ( int argc, char *argv[] )
cleanup ();
return EXIT_FAILURE;
}
+ TICK_N ( "Setup late Display" );
// Setup signal handling sources.
// SIGINT