summaryrefslogtreecommitdiffstats
path: root/tools/aewm-drakx/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aewm-drakx/client.c')
-rw-r--r--tools/aewm-drakx/client.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/aewm-drakx/client.c b/tools/aewm-drakx/client.c
index 6f38f3150..8db6b2151 100644
--- a/tools/aewm-drakx/client.c
+++ b/tools/aewm-drakx/client.c
@@ -18,7 +18,6 @@ Client *find_client(Window w)
return NULL;
}
-
void set_focus_on(Window w)
{
char *name;
@@ -26,7 +25,7 @@ void set_focus_on(Window w)
if (name && strcmp(name, "skip")) {
XSetInputFocus(dpy, w, RevertToPointerRoot, CurrentTime);
#ifdef DEBUG
- printf("aewm-drakx: adding %ld %s\n", w, name);
+ printf("aewm-drakx: adding %lx %s\n", w, name);
#endif
}
}