add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to

the group of the main application window; based on a diff from Alexander
Polakov with CLIENT_IGNORE flag suggestion from oga@.

ok oga@
This commit is contained in:
okan
2011-09-13 08:41:57 +00:00
parent b96caa16e6
commit 796b32123d
3 changed files with 21 additions and 0 deletions

View File

@@ -328,6 +328,7 @@ void client_send_delete(struct client_ctx *);
void client_setactive(struct client_ctx *, int);
void client_setname(struct client_ctx *);
int client_snapcalc(int, int, int, int, int);
void client_transient(struct client_ctx *);
void client_unhide(struct client_ctx *);
void client_vertmaximize(struct client_ctx *);
void client_warp(struct client_ctx *);