From 793ad81495bd915b0baf0c165ad95f0058936336 Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 8 Sep 2014 21:15:14 +0000 Subject: name the group client queue appropriately, like other queues --- calmwm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calmwm.h') diff --git a/calmwm.h b/calmwm.h index 8771e4e..f00c04f 100644 --- a/calmwm.h +++ b/calmwm.h @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.273 2014/09/08 20:11:22 okan Exp $ + * $OpenBSD: calmwm.h,v 1.274 2014/09/08 21:15:14 okan Exp $ */ #ifndef _CALMWM_H_ @@ -202,7 +202,7 @@ TAILQ_HEAD(client_ctx_q, client_ctx); struct group_ctx { TAILQ_ENTRY(group_ctx) entry; struct screen_ctx *sc; - struct client_ctx_q clients; + struct client_ctx_q clientq; char *name; int num; }; -- cgit v1.2.3-2-gb3c3