all repos — openbox @ d8d2fd7148c46eb4acba9d647adaddfa906c0652

openbox fork - make it a bit more like ryudo

openbox/startup.h (raw)

1
2
3
4
5
6
7
8
9
10
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