diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-07 08:43:33 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-07 08:43:33 +0000 |
| commit | e6cc69ca04f6b275f56e1e0feef731518e0709a3 (patch) | |
| tree | f2ad6c2ec06b1f28410fb2e6e19397b70f7de562 /openbox/client.h | |
| parent | 3cbf5bfa7c42c8dace6ca3f31fe48078eeb66382 (diff) | |
support for transients of groups
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h index 1e801dc4..172d4caf 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -9,6 +9,10 @@ struct Frame; struct Group; +/* The value in client.transient_for indicating it is a transient for its + group instead of for a single window */ +#define TRAN_GROUP ((void*)~0l) + /*! Holds an icon in ARGB format */ typedef struct Icon { unsigned long width, height; |
