From e6cc69ca04f6b275f56e1e0feef731518e0709a3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 7 Apr 2003 08:43:33 +0000 Subject: support for transients of groups --- openbox/client.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/client.h') 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; -- cgit v1.2.3