Lines Matching refs:u
956 .u.createNotify.window = wid, in CreateWindow()
957 .u.createNotify.parent = pParent->drawable.id, in CreateWindow()
958 .u.createNotify.x = x, in CreateWindow()
959 .u.createNotify.y = y, in CreateWindow()
960 .u.createNotify.width = w, in CreateWindow()
961 .u.createNotify.height = h, in CreateWindow()
962 .u.createNotify.borderWidth = bw, in CreateWindow()
963 .u.createNotify.override = pWin->overrideRedirect in CreateWindow()
965 event.u.u.type = CreateNotify; in CreateWindow()
1052 xEvent event = { .u.u.type = DestroyNotify }; in CrushTree()
1053 event.u.destroyNotify.window = pChild->drawable.id; in CrushTree()
1094 xEvent event = { .u.u.type = DestroyNotify }; in DeleteWindow()
1095 event.u.destroyNotify.window = pWin->drawable.id; in DeleteWindow()
1480 .u.colormap.window = pWin->drawable.id, in ChangeWindowAttributes()
1481 .u.colormap.colormap = cmap, in ChangeWindowAttributes()
1482 .u.colormap.new = xTrue, in ChangeWindowAttributes()
1483 .u.colormap.state = IsMapInstalled(cmap, pWin) in ChangeWindowAttributes()
1485 xE.u.u.type = ColormapNotify; in ChangeWindowAttributes()
1874 .u.gravity.window = pSib->drawable.id, in ResizeChildrenWinSize()
1875 .u.gravity.x = cwsx - wBorderWidth(pSib), in ResizeChildrenWinSize()
1876 .u.gravity.y = cwsy - wBorderWidth(pSib) in ResizeChildrenWinSize()
1878 event.u.u.type = GravityNotify; in ResizeChildrenWinSize()
2300 .u.configureRequest.window = pWin->drawable.id, in ConfigureWindow()
2301 .u.configureRequest.sibling = (mask & CWSibling) ? sibwid : None, in ConfigureWindow()
2302 .u.configureRequest.x = x, in ConfigureWindow()
2303 .u.configureRequest.y = y, in ConfigureWindow()
2304 .u.configureRequest.width = w, in ConfigureWindow()
2305 .u.configureRequest.height = h, in ConfigureWindow()
2306 .u.configureRequest.borderWidth = bw, in ConfigureWindow()
2307 .u.configureRequest.valueMask = mask, in ConfigureWindow()
2308 .u.configureRequest.parent = pParent->drawable.id in ConfigureWindow()
2310 event.u.u.type = ConfigureRequest; in ConfigureWindow()
2311 event.u.u.detail = (mask & CWStackMode) ? smode : Above; in ConfigureWindow()
2314 event.u.configureRequest.x += screenInfo.screens[0]->x; in ConfigureWindow()
2315 event.u.configureRequest.y += screenInfo.screens[0]->y; in ConfigureWindow()
2329 .u.resizeRequest.window = pWin->drawable.id, in ConfigureWindow()
2330 .u.resizeRequest.width = w, in ConfigureWindow()
2331 .u.resizeRequest.height = h in ConfigureWindow()
2333 eventT.u.u.type = ResizeRequest; in ConfigureWindow()
2385 .u.configureNotify.window = pWin->drawable.id, in ConfigureWindow()
2386 .u.configureNotify.aboveSibling = pSib ? pSib->drawable.id : None, in ConfigureWindow()
2387 .u.configureNotify.x = x, in ConfigureWindow()
2388 .u.configureNotify.y = y, in ConfigureWindow()
2389 .u.configureNotify.width = w, in ConfigureWindow()
2390 .u.configureNotify.height = h, in ConfigureWindow()
2391 .u.configureNotify.borderWidth = bw, in ConfigureWindow()
2392 .u.configureNotify.override = pWin->overrideRedirect in ConfigureWindow()
2394 event.u.u.type = ConfigureNotify; in ConfigureWindow()
2397 event.u.configureNotify.x += screenInfo.screens[0]->x; in ConfigureWindow()
2398 event.u.configureNotify.y += screenInfo.screens[0]->y; in ConfigureWindow()
2474 .u.circulate.window = pWin->drawable.id, in CirculateWindow()
2475 .u.circulate.parent = pParent->drawable.id, in CirculateWindow()
2476 .u.circulate.event = pParent->drawable.id, in CirculateWindow()
2477 .u.circulate.place = (direction == RaiseLowest) ? in CirculateWindow()
2482 event.u.u.type = CirculateRequest; in CirculateWindow()
2488 event.u.u.type = CirculateNotify; in CirculateWindow()
2533 .u.reparent.window = pWin->drawable.id, in ReparentWindow()
2534 .u.reparent.parent = pParent->drawable.id, in ReparentWindow()
2535 .u.reparent.x = x, in ReparentWindow()
2536 .u.reparent.y = y, in ReparentWindow()
2537 .u.reparent.override = pWin->overrideRedirect in ReparentWindow()
2539 event.u.u.type = ReparentNotify; in ReparentWindow()
2542 event.u.reparent.x += screenInfo.screens[0]->x; in ReparentWindow()
2543 event.u.reparent.y += screenInfo.screens[0]->y; in ReparentWindow()
2635 .u.mapRequest.window = pWin->drawable.id, in MaybeDeliverMapRequest()
2636 .u.mapRequest.parent = pParent->drawable.id in MaybeDeliverMapRequest()
2638 event.u.u.type = MapRequest; in MaybeDeliverMapRequest()
2649 .u.mapNotify.window = pWin->drawable.id, in DeliverMapNotify()
2650 .u.mapNotify.override = pWin->overrideRedirect, in DeliverMapNotify()
2652 event.u.u.type = MapNotify; in DeliverMapNotify()
2813 win->u.win.visibility = VisibilityNotViewable; in UnrealizeTree()
2840 .u.unmapNotify.window = pWin->drawable.id, in DeliverUnmapNotify()
2841 .u.unmapNotify.fromConfigure = fromConfigure in DeliverUnmapNotify()
2843 event.u.u.type = UnmapNotify; in DeliverUnmapNotify()
3048 if (!win || (win->u.win.visibility == visibility)) in SendVisibilityNotify()
3096 win->u.win.visibility = visibility; in SendVisibilityNotify()
3101 .u.visibility.window = pWin->drawable.id, in SendVisibilityNotify()
3102 .u.visibility.state = visibility in SendVisibilityNotify()
3104 event.u.u.type = VisibilityNotify; in SendVisibilityNotify()