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 3e1b2ce..afe1037 100644
--- a/zwgc/xshow.c
+++ b/zwgc/xshow.c
@@ -621,7 +621,7 @@ x_get_input(Display *dpy)
{
XEvent event;
- dprintf1("Entering x_get_input(%x).\n",dpy);
+ dprintf1("Entering x_get_input(%lx).\n",(unsigned long)dpy);
/*
* Kludge to get around lossage in XPending: