Searched refs:configureNotify (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Dquartz.c257 e.u.configureNotify.window = pRoot->drawable.id;
258 e.u.configureNotify.aboveSibling = None;
259 e.u.configureNotify.x = x - sx;
260 e.u.configureNotify.y = y - sy;
261 e.u.configureNotify.width = width;
262 e.u.configureNotify.height = height;
263 e.u.configureNotify.borderWidth = wBorderWidth(pRoot);
264 e.u.configureNotify.override = pRoot->overrideRedirect;
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A Dquartz.c299 e.u.configureNotify.window = pRoot->drawable.id;
300 e.u.configureNotify.aboveSibling = None;
301 e.u.configureNotify.x = x - sx;
302 e.u.configureNotify.y = y - sy;
303 e.u.configureNotify.width = width;
304 e.u.configureNotify.height = height;
305 e.u.configureNotify.borderWidth = wBorderWidth(pRoot);
306 e.u.configureNotify.override = pRoot->overrideRedirect;
/xsrc/external/mit/libX11/dist/src/
H A DEvToWire.c242 event->u.configureNotify.window = ev->window;
243 event->u.configureNotify.event = ev->event;
244 event->u.configureNotify.aboveSibling = ev->above;
245 event->u.configureNotify.x = ev->x;
246 event->u.configureNotify.y = ev->y;
247 event->u.configureNotify.width = ev->width;
248 event->u.configureNotify.height = ev->height;
249 event->u.configureNotify.borderWidth= ev->border_width;
250 event->u.configureNotify.override = ev->override_redirect;
H A DXlibInt.c1083 ev->event = event->u.configureNotify.event;
1084 ev->window = event->u.configureNotify.window;
1085 ev->above = event->u.configureNotify.aboveSibling;
1086 ev->x = cvtINT16toInt(event->u.configureNotify.x);
1087 ev->y = cvtINT16toInt(event->u.configureNotify.y);
1088 ev->width = event->u.configureNotify.width;
1089 ev->height = event->u.configureNotify.height;
1090 ev->border_width = event->u.configureNotify.borderWidth;
1091 ev->override_redirect = event->u.configureNotify.override;
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimEvToWire.c245 event->u.configureNotify.window = sw32(ev->window, sw);
246 event->u.configureNotify.event = sw32(ev->event, sw);
247 event->u.configureNotify.aboveSibling = sw32(ev->above, sw);
248 event->u.configureNotify.x = sw16(ev->x, sw);
249 event->u.configureNotify.y = sw16(ev->y, sw);
250 event->u.configureNotify.width = sw16(ev->width, sw);
251 event->u.configureNotify.height = sw16(ev->height, sw);
252 event->u.configureNotify.borderWidth= sw16(ev->border_width, sw);
253 event->u.configureNotify.override = ev->override_redirect;
625 ev->event = sw32(event->u.configureNotify
[all...]
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dswaprep.c947 cpswapl(from->u.configureNotify.event,
948 to->u.configureNotify.event);
949 cpswapl(from->u.configureNotify.window,
950 to->u.configureNotify.window);
951 cpswapl(from->u.configureNotify.aboveSibling,
952 to->u.configureNotify.aboveSibling);
953 cpswaps(from->u.configureNotify.x, to->u.configureNotify.x);
954 cpswaps(from->u.configureNotify.y, to->u.configureNotify
[all...]
H A Dwindow.c2322 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
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dswaprep.c843 cpswapl(from->u.configureNotify.event, to->u.configureNotify.event);
844 cpswapl(from->u.configureNotify.window, to->u.configureNotify.window);
845 cpswapl(from->u.configureNotify.aboveSibling,
846 to->u.configureNotify.aboveSibling);
847 cpswaps(from->u.configureNotify.x, to->u.configureNotify.x);
848 cpswaps(from->u.configureNotify.y, to->u.configureNotify
[all...]
H A Dwindow.c2374 .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
[all...]
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrscreen.c80 event.u.configureNotify.window = pWin->drawable.id;
81 event.u.configureNotify.aboveSibling = None;
82 event.u.configureNotify.x = 0;
83 event.u.configureNotify.y = 0;
87 event.u.configureNotify.width = pWin->drawable.width;
88 event.u.configureNotify.height = pWin->drawable.height;
89 event.u.configureNotify.borderWidth = wBorderWidth (pWin);
90 event.u.configureNotify.override = pWin->overrideRedirect;
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrscreen.c75 .u.configureNotify.window = pWin->drawable.id,
76 .u.configureNotify.aboveSibling = None,
77 .u.configureNotify.x = 0,
78 .u.configureNotify.y = 0,
82 .u.configureNotify.width = pWin->drawable.width,
83 .u.configureNotify.height = pWin->drawable.height,
84 .u.configureNotify.borderWidth = wBorderWidth(pWin),
85 .u.configureNotify.override = pWin->overrideRedirect
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h1111 } configureNotify;
1108 } configureNotify; member in union:_xEvent::__anone2852e7a360a

Completed in 38 milliseconds