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>
Thu, 26 Jul 2007 19:11:09 +0000 (21:11 +0200)
openbox/screen.c

index ded407a48eebab82d99359912a14dcb81dc783d7..4257a50a67ff501ed0230b3c33d8e29604864ad0 100644 (file)
@@ -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;