mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 18:01:37 -05:00

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.
7 lines
104 B
C
7 lines
104 B
C
#ifndef _RESTORE_H
|
|
#define _RESTORE_H
|
|
|
|
void restore_tree(char *);
|
|
void restore_history(char *);
|
|
|
|
#endif
|