diff options
Diffstat (limited to 'openbox/startup.h')
| -rw-r--r-- | openbox/startup.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
