don't warp pointer on client message

This commit is contained in:
Sean Pringle
2015-03-28 17:10:08 +10:00
parent 3338221805
commit 7ae527002b
3 changed files with 8 additions and 7 deletions

2
xoat.c
View File

@@ -189,7 +189,7 @@ void action_menu(void*, int, Client*);
#define for_monitors(i, m)\
for ((i) = 0; (i) < nmonitors && (m = &monitors[(i)]); (i)++)
Time latest;
Time latest_action;
char *self;
unsigned int NumlockMask;
Monitor monitors[MONITORS];