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, 8 Mar 2008 16:24:53 +0000 (17:24 +0100)
openbox/screen.c

index b2ecf7b3e8f44c15fa517a7710e7bc68e0ffd988..6ff331d44a2808d641cec15490760585f59b6153 100644 (file)
@@ -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;