diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-25 22:35:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-25 22:35:08 +0000 |
| commit | d3c094357d06f4e65681e7ca7e227a33ebd122a4 (patch) | |
| tree | 7475cd04538d656d8251924a50938671a3b5a7fb /openbox/startup.h | |
| parent | 92d3f2342db3d3bfd5d41a6c3dc165efa7766ffa (diff) | |
restore the desktop and focused window on restarts if possible
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 |
