bspwm/restore.h
Bastien Dejean 8fd8521322 Rewrite message handling
The new message syntax:
- Provides 10 commands instead of 60.
- Allows multiple actions to be applied in one call.

The client now returns an non zero exit code when a message fails.

The `is_adjacent` function now handles vacant nodes.
2013-07-12 21:52:02 +02:00

7 lines
104 B
C

#ifndef _RESTORE_H
#define _RESTORE_H
void restore_tree(char *);
void restore_history(char *);
#endif