diff options
Diffstat (limited to 'src/xevent.c')
-rw-r--r-- | src/xevent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xevent.c b/src/xevent.c index 0dc31a9..2af3a54 100644 --- a/src/xevent.c +++ b/src/xevent.c @@ -210,7 +210,7 @@ void vwm_xevent_handle_map_request(vwm_t *vwm, XMapRequestEvent *ev) } else { /* this is unexpected */ XMapWindow(VWM_XDISPLAY(vwm), ev->window); - VWM_BUG("handled map request of unmanaged window vwin=%p xwin=%p id=%u", vwin, xwin, ev->window); + VWM_BUG("handled map request of unmanaged window vwin=%p xwin=%p id=%u", vwin, xwin, (unsigned int)ev->window); } } } |