Lines Matching refs:configureNotify
2374 .u.configureNotify.window = pWin->drawable.id,
2375 .u.configureNotify.aboveSibling = pSib ? pSib->drawable.id : None,
2376 .u.configureNotify.x = x,
2377 .u.configureNotify.y = y,
2378 .u.configureNotify.width = w,
2379 .u.configureNotify.height = h,
2380 .u.configureNotify.borderWidth = bw,
2381 .u.configureNotify.override = pWin->overrideRedirect
2386 event.u.configureNotify.x += screenInfo.screens[0]->x;
2387 event.u.configureNotify.y += screenInfo.screens[0]->y;