remove snapshot stuff. not useful.
This commit is contained in:
4
xoat.c
4
xoat.c
@@ -111,8 +111,6 @@ void action_move_monitor(void*, int, client*);
|
||||
void action_focus_monitor(void*, int, client*);
|
||||
void action_fullscreen(void*, int, client*);
|
||||
void action_above(void*, int, client*);
|
||||
void action_snapshot(void*, int, client*);
|
||||
void action_rollback(void*, int, client*);
|
||||
|
||||
#include "config.h"
|
||||
|
||||
@@ -147,7 +145,7 @@ monitor monitors[MONITORS];
|
||||
int nmonitors = 1;
|
||||
short current_spot, current_mon;
|
||||
Window root, ewmh, current = None;
|
||||
stack windows, snapshot;
|
||||
stack windows;
|
||||
static int (*xerror)(Display *, XErrorEvent *);
|
||||
|
||||
void catch_exit(int sig)
|
||||
|
||||
Reference in New Issue
Block a user