summary refs log tree commit diff
path: root/geographic.c
diff options
context:
space:
mode:
Diffstat (limited to 'geographic.c')
-rw-r--r--geographic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/geographic.c b/geographic.c
index b29fe1a..b516fad 100644
--- a/geographic.c
+++ b/geographic.c
@@ -33,7 +33,7 @@ _visible(struct client_ctx *this_cc)
 	if (cc->flags & CLIENT_HIDDEN)
 		return (0);
 
-	TAILQ_FOREACH(cc, &G_clientq, entry) {
+	TAILQ_FOREACH(cc, &Clientq, entry) {
 		if (cc->flags & CLIENT_HIDDEN)
 			continue;