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@ --- cursor.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cursor.c') diff --git a/cursor.c b/cursor.c index 2479ea6..551e046 100644 --- a/cursor.c +++ b/cursor.c @@ -48,12 +48,12 @@ _mkcursor(struct cursor_data *c, struct screen_ctx *sc) { Pixmap f, m; - f = XCreatePixmapFromBitmapData(G_dpy, sc->rootwin, (char *)c->fore, + f = XCreatePixmapFromBitmapData(X_Dpy, sc->rootwin, (char *)c->fore, c->width, c->width, 1, 0, 1); - m = XCreatePixmapFromBitmapData(G_dpy, sc->rootwin, (char *)c->mask, + m = XCreatePixmapFromBitmapData(X_Dpy, sc->rootwin, (char *)c->mask, c->width, c->width, 1, 0, 1); - return (XCreatePixmapCursor(G_dpy, f, m, + return (XCreatePixmapCursor(X_Dpy, f, m, &sc->blackcolor, &sc->whitecolor, c->hot[0], c->hot[1])); } -- cgit v1.2.3-2-gb3c3