Code review comment for lp://qastaging/~dandrader/unity/lp942625

Revision history for this message
Andrea Cimitan (cimi) wrote :

8 + Status status;
9
10 XQueryTree(_screen->dpy(), window, &root, &parent, &children, &nchildren);
11 + if (status == 0)
12 + break;

Did you forget to initialize 'status'?

review: Needs Fixing

« Back to merge proposal