projects
/
mikachu
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new method for loading menu files etc
[mikachu/openbox.git]
/
openbox
/
startup.h
1
#ifndef __startup_h
2
#define __startup_h
3
4
extern guint32 *startup_stack_order;
5
extern guint startup_stack_size;
6
extern guint32 startup_active;
7
extern guint32 startup_desktop;
8
9
void startup_save();
10
11
#endif