From: Mikael Magnusson Date: Mon, 23 Jul 2007 23:50:04 +0000 (+0200) Subject: Disable the evil calling of a kde program on startup X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=16574d3d7cf00831cd32ca39a79961aa6e4dd21f;p=mikachu%2Fopenbox.git Disable the evil calling of a kde program on startup --- diff --git a/openbox/screen.c b/openbox/screen.c index 7444a692..2eebf18d 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -54,7 +54,7 @@ static gboolean screen_validate_layout(ObDesktopLayout *l); static gboolean replace_wm(void); -static void screen_tell_ksplash(void); +//static void screen_tell_ksplash(void); static void screen_fallback_focus(void); guint screen_num_desktops; @@ -317,11 +317,11 @@ gboolean screen_annex(void) OBT_PROP_SETS(RootWindow(obt_display, ob_screen), OB_VERSION, OPENBOX_VERSION); - screen_tell_ksplash(); + //screen_tell_ksplash(); return TRUE; } - +#if 0 static void screen_tell_ksplash(void) { XEvent e; @@ -355,7 +355,7 @@ static void screen_tell_ksplash(void) XSendEvent(obt_display, obt_root(ob_screen), False, SubstructureNotifyMask, &e); } - +#endif void screen_startup(gboolean reconfig) { gchar **names = NULL;