summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2011-09-13 08:41:57 +0000
committerokan <okan>2011-09-13 08:41:57 +0000
commit796b32123d88fd5946c97fb79ad551600c772f62 (patch)
tree87deac6c6d1d3bfdb5ce66a880776ce63b37dd5b /calmwm.h
parentb96caa16e6a6406a0f837637cd5529f0d778b927 (diff)
downloadcwm-796b32123d88fd5946c97fb79ad551600c772f62.tar.gz
cwm-796b32123d88fd5946c97fb79ad551600c772f62.tar.xz
cwm-796b32123d88fd5946c97fb79ad551600c772f62.zip
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@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index 2f1c6c2..b69fdf8 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -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 *);