diff --git a/kompmgr/kompmgr.c b/kompmgr/kompmgr.c index 7cbfbb405c..dbac938dc2 100644 --- a/kompmgr/kompmgr.c +++ b/kompmgr/kompmgr.c @@ -2727,8 +2727,8 @@ main (int argc, char **argv) } else if (ev.xproperty.atom == titleHeightAtom) { - printf("titleheight changed\n"); win * w = find_win(dpy, ev.xproperty.window); + printf("titleheight changed\n"); if (w) { printf("titleheight window found\n");