remove monitor_start. does not play that well with spot_start

This commit is contained in:
seanpringle
2012-11-07 18:05:52 +10:00
parent 019d6c210b
commit 4197ad0bfc
3 changed files with 1 additions and 10 deletions

1
xoat.c
View File

@@ -57,7 +57,6 @@ Display *display;
#define STACK 64
#define MONITORS 3
#define ATOMLIST 10
enum { MONITOR_CURRENT=-1 };
enum { SPOT1=1, SPOT2, SPOT3, SPOT_CURRENT, SPOT_SMART, SPOT1_LEFT, SPOT1_RIGHT };
enum { LEFT=1, RIGHT, UP, DOWN };