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>
Sat, 2 Feb 2008 20:50:22 +0000 (21:50 +0100)
openbox/screen.c

index 230357c146aef0bbd3f5be296de6791e0d87d5f4..ed196974c2391a6c8d8c03ab21e83e9183377692 100644 (file)
@@ -52,7 +52,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;
@@ -298,11 +298,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;
@@ -336,7 +336,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;