]> Dogcows Code - chaz/openbox/commitdiff
remove teh startup state saving hacks since we can reconfigure now. no more restartin...
authorDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 20:33:43 +0000 (20:33 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 20:33:43 +0000 (20:33 +0000)
openbox/startup.c [deleted file]
openbox/startup.h [deleted file]

diff --git a/openbox/startup.c b/openbox/startup.c
deleted file mode 100644 (file)
index 8b6259a..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#include "prop.h"
-#include "screen.h"
-#include "client.h"
-#include "focus.h"
-#include "config.h"
-#include "openbox.h"
-
-guint32 *startup_stack_order = NULL;
-guint    startup_stack_size = 0;
-guint32  startup_active = None;
-guint32  startup_desktop = 0;
-
-void startup_save()
-{
-    /* save the stacking order on startup! */
-    PROP_GETA32(RootWindow(ob_display, ob_screen),
-                net_client_list_stacking, window,
-                (guint32**)&startup_stack_order, &startup_stack_size);
-    PROP_GET32(RootWindow(ob_display, ob_screen),
-               net_active_window, window, &startup_active);
-    PROP_GET32(RootWindow(ob_display, ob_screen),
-               net_current_desktop, cardinal, &startup_desktop);
-}
diff --git a/openbox/startup.h b/openbox/startup.h
deleted file mode 100644 (file)
index 4963ccb..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __startup_h
-#define __startup_h
-
-extern guint32 *startup_stack_order;
-extern guint    startup_stack_size;
-extern guint32  startup_active;
-extern guint32  startup_desktop;
-
-void startup_save();
-
-#endif
This page took 0.02777 seconds and 4 git commands to generate.