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@gmail.com>
Sun, 19 Sep 2010 15:55:22 +0000 (17:55 +0200)
openbox/screen.c

index d0fb46c2b6e39d8e45f5e42a7093501e5296c7c8..f4af03deaf6be3eccd0d5c12c490914cf6038b13 100644 (file)
@@ -54,7 +54,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;
@@ -314,11 +314,11 @@ gboolean screen_annex(void)
     OBT_PROP_SETS(RootWindow(obt_display, ob_screen), OB_VERSION, utf8,
                   OPENBOX_VERSION);
 
-    screen_tell_ksplash();
+    //screen_tell_ksplash();
 
     return TRUE;
 }
-
+#if 0
 static void screen_tell_ksplash(void)
 {
     XEvent e;
@@ -352,7 +352,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;