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;
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;
XSendEvent(ob_display, RootWindow(ob_display, ob_screen),
False, SubstructureNotifyMask, &e );
}
-
+#endif
void screen_startup(gboolean reconfig)
{
gchar **names = NULL;