diff --git a/src/compton.c b/src/compton.c index 5698e56a..f0fcb01b 100644 --- a/src/compton.c +++ b/src/compton.c @@ -884,7 +884,7 @@ recheck_focus(session_t *ps) { #ifdef DEBUG_EVENTS print_timestamp(ps); - printf_dbgf("(): %#010lx (%#010lx \"%s\") focused.\n", wid, + printf_dbgf("(): %#010" PRIx32 " (%#010lx \"%s\") focused.\n", wid, (w ? w->id: None), (w ? w->name: NULL)); #endif