Lines Matching refs:configureNotify
2322 event.u.configureNotify.window = pWin->drawable.id;
2324 event.u.configureNotify.aboveSibling = pSib->drawable.id;
2326 event.u.configureNotify.aboveSibling = None;
2327 event.u.configureNotify.x = x;
2328 event.u.configureNotify.y = y;
2331 event.u.configureNotify.x += screenInfo.screens[0]->x;
2332 event.u.configureNotify.y += screenInfo.screens[0]->y;
2335 event.u.configureNotify.width = w;
2336 event.u.configureNotify.height = h;
2337 event.u.configureNotify.borderWidth = bw;
2338 event.u.configureNotify.override = pWin->overrideRedirect;