Disable the evil calling of a kde program on startup
authorMikael Magnusson <mikachu@comhem.se>
Mon, 23 Jul 2007 23:50:04 +0000 (01:50 +0200)
committerMikael Magnusson <mikachu@comhem.se>
Wed, 16 Jan 2008 06:26:34 +0000 (07:26 +0100)
openbox/screen.c

index fcfaac3f16e8b3951a9a1a217aa79e3dcda2ae10..fadca63f43c0fa8ffa294be9f1e031ee3fa285a9 100644 (file)
@@ -53,7 +53,7 @@
 
 static gboolean screen_validate_layout(ObDesktopLayout *l);
 static gboolean replace_wm();
-static void     screen_tell_ksplash();
+//static void     screen_tell_ksplash();
 static void     screen_fallback_focus();
 
 guint    screen_num_desktops;
@@ -299,11 +299,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;
@@ -337,7 +337,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;