add comment
This commit is contained in:
parent
2612dbf050
commit
8b5619d0ad
1 changed files with 5 additions and 1 deletions
|
@ -49,13 +49,17 @@ inline void client_action_end(union ActionData *data)
|
|||
} else {
|
||||
ObClient *c;
|
||||
|
||||
/* usually this is sorta redundant, but with a press action
|
||||
the enter event will come as a GrabNotify which is
|
||||
ignored, so this will handle that case */
|
||||
if ((c = client_under_pointer()))
|
||||
event_enter_client(c);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
typedef struct ActionString {
|
||||
typedef struct
|
||||
{
|
||||
const gchar *name;
|
||||
void (*func)(union ActionData *);
|
||||
void (*setup)(ObAction **, ObUserAction uact);
|
||||
|
|
Loading…
Reference in a new issue