From 4cf5a98fa42b6d99a178eda07a9e42f91e02c97d Mon Sep 17 00:00:00 2001 From: jasper Date: Mon, 28 May 2007 18:34:27 +0000 Subject: convert globals from G_foo to Foo, as per TODO. "looks good" pedro@, ok matthieu@ --- input.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'input.c') diff --git a/input.c b/input.c index 28ce7f4..a68dc01 100644 --- a/input.c +++ b/input.c @@ -4,7 +4,7 @@ * Copyright (c) 2004 Marius Aamodt Eriksen * All rights reserved. * - * $Id: input.c,v 1.2 2007/04/27 18:10:39 bernd Exp $ + * $Id: input.c,v 1.3 2007/05/28 18:34:27 jasper Exp $ */ #include "headers.h" @@ -20,9 +20,9 @@ input_keycodetrans(KeyCode kc, u_int state, *chr = '\0'; if (state & ShiftMask) - ks = XKeycodeToKeysym(G_dpy, kc, 1); + ks = XKeycodeToKeysym(X_Dpy, kc, 1); else - ks = XKeycodeToKeysym(G_dpy, kc, 0); + ks = XKeycodeToKeysym(X_Dpy, kc, 0); /* Look for control characters. */ switch (ks) { -- cgit v1.2.3-2-gb3c3