From d3c094357d06f4e65681e7ca7e227a33ebd122a4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 25 Apr 2003 22:35:08 +0000 Subject: restore the desktop and focused window on restarts if possible --- openbox/startup.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openbox/startup.h (limited to 'openbox/startup.h') diff --git a/openbox/startup.h b/openbox/startup.h new file mode 100644 index 00000000..4963ccbf --- /dev/null +++ b/openbox/startup.h @@ -0,0 +1,11 @@ +#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 -- cgit v1.2.3