Searched refs:xconfigure (Results 1 – 6 of 6) sorted by relevance
88 width = event.xconfigure.width; in main()89 height = event.xconfigure.height; in main()
128 width = event.xconfigure.width; in main()129 height = event.xconfigure.height; in main()
220 this->resize(evt.xconfigure.width, evt.xconfigure.height); in nextXEvent()
1796 …d+%04d+%04d above: 0x%lx\n", ev.xconfigure.width, ev.xconfigure.height, ev.xconfigure.x, ev.xconf… in monitor()
8325 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 …]
1762 XConfigureEvent xconfigure; member