Home
last modified time | relevance | path

Searched refs:xconfigure (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11x11main.cpp88 width = event.xconfigure.width; in main()
89 height = event.xconfigure.height; in main()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
Dd3d10x11main.cpp128 width = event.xconfigure.width; in main()
129 height = event.xconfigure.height; in main()
/external/skia/src/views/unix/
DSkOSWindow_Unix.cpp220 this->resize(evt.xconfigure.width, evt.xconfigure.height); in nextXEvent()
/external/libvncserver/x11vnc/
Dappshare.c1796 …d+%04d+%04d above: 0x%lx\n", ev.xconfigure.width, ev.xconfigure.height, ev.xconfigure.x, ev.xconf… in monitor()
Duserinput.c8325 if (type == ConfigureNotify) w = Ev[n].xconfigure.window; in read_events()
8343 int x_new = Ev[n].xconfigure.x; in read_events()
8344 int y_new = Ev[n].xconfigure.y; in read_events()
8345 int w_new = Ev[n].xconfigure.width; in read_events()
8346 int h_new = Ev[n].xconfigure.height; in read_events()
8399 if (type == ConfigureNotify) w = Ev[n].xconfigure.window; in read_events()
9341 x_new = ev.xconfigure.x; in check_ncache()
9342 y_new = ev.xconfigure.y; in check_ncache()
9343 w_new = ev.xconfigure.width; in check_ncache()
9344 h_new = ev.xconfigure.height; in check_ncache()
[all …]
Dnox11.h1762 XConfigureEvent xconfigure; member