aboutsummaryrefslogtreecommitdiffstats
path: root/geographic.c
diff options
context:
space:
mode:
authorjasper2007-05-28 18:34:27 +0000
committerjasper2007-05-28 18:34:27 +0000
commit4cf5a98fa42b6d99a178eda07a9e42f91e02c97d (patch)
tree2e025de77387e856ddb58f0b918477d8da17b3c6 /geographic.c
parent5116ffb4630d2bcf16cd2ab429dc6baba29e40bb (diff)
downloadcwm-4cf5a98fa42b6d99a178eda07a9e42f91e02c97d.tar.gz
convert globals from G_foo to Foo, as per TODO.
"looks good" pedro@, ok matthieu@
Diffstat (limited to 'geographic.c')
-rw-r--r--geographic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/geographic.c b/geographic.c
index 1740c91..24dad1a 100644
--- a/geographic.c
+++ b/geographic.c
@@ -4,7 +4,7 @@
* Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org>
* All rights reserved.
*
- * $Id: geographic.c,v 1.1.1.1 2007/04/27 17:58:48 bernd Exp $
+ * $Id: geographic.c,v 1.2 2007/05/28 18:34:27 jasper Exp $
*/
#include "headers.h"
@@ -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;