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-Tag: mikabox-3.4.7.2~55^2~6 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d0573055cdc26a977c6082a109e5904933254c94;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 b2ecf7b3..6ff331d4 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -53,7 +53,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; @@ -299,11 +299,11 @@ gboolean screen_annex(void) NET_SUPPORTED, ATOM, supported, num_support); g_free(supported); - screen_tell_ksplash(); +// screen_tell_ksplash(); return TRUE; } - +#if 0 static void screen_tell_ksplash(void) { XEvent e; @@ -337,7 +337,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;