From 2d920784bb2829348914b58349cfe14b9d3f3bf3 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 24 Jul 2007 01:50:04 +0200 Subject: [PATCH] Disable the evil calling of a kde program on startup --- openbox/screen.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openbox/screen.c b/openbox/screen.c index ded407a4..4257a50a 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -52,7 +52,7 @@ static gboolean screen_validate_layout(ObDesktopLayout *l); static gboolean replace_wm(); -static void screen_tell_ksplash(); +//static void screen_tell_ksplash(); guint screen_num_desktops; guint screen_num_monitors; @@ -308,11 +308,11 @@ gboolean screen_annex() net_supported, atom, supported, num_support); g_free(supported); - screen_tell_ksplash(); +// screen_tell_ksplash(); return TRUE; } - +#if 0 static void screen_tell_ksplash() { XEvent e; @@ -346,7 +346,7 @@ static void screen_tell_ksplash() XSendEvent(ob_display, RootWindow(ob_display, ob_screen), False, SubstructureNotifyMask, &e ); } - +#endif void screen_startup(gboolean reconfig) { gchar **names = NULL; -- 2.34.1