pass focused client to action callbacks

This commit is contained in:
seanpringle
2012-09-06 15:57:53 +10:00
parent fbe87fe701
commit 77d4ee7025
3 changed files with 96 additions and 115 deletions

2
xoat.h
View File

@@ -166,7 +166,7 @@ enum {
ACTIONS
};
typedef void (*action)(void*, int);
typedef void (*action)(void*, int, client*);
typedef struct {
unsigned int mod;