Commit dae92ac2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

XCB/window: missing keys

parent 3abd4e20
...@@ -48,7 +48,7 @@ static int cmpkey (const void *va, const void *vb) ...@@ -48,7 +48,7 @@ static int cmpkey (const void *va, const void *vb)
static void printkey (const void *node, const VISIT which, const int depth) static void printkey (const void *node, const VISIT which, const int depth)
{ {
if (which != postorder) if (which != postorder && which != leaf)
return; return;
const struct keysym *const *psym = node, *sym = *psym; const struct keysym *const *psym = node, *sym = *psym;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment