summaryrefslogtreecommitdiff
path: root/zwgc/xshow.c
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/xshow.c')
-rw-r--r--zwgc/xshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/xshow.c b/zwgc/xshow.c
index 026c954..894e25d 100644
--- a/zwgc/xshow.c
+++ b/zwgc/xshow.c
@@ -602,7 +602,7 @@ xhandleevent(Display *dpy,
{
x_gram *gram;
- if (XFindContext(dpy, w, desc_context, (caddr_t *)&gram))
+ if (XFindContext(dpy, w, desc_context, (XPointer *)&gram))
return;
if (event->type == Expose)