Home | History | Annotate | Download | only in qt

Lines Matching refs:xany

402     xEvent->xany.serial = 0; // we are unaware of the last request processed by X Server
403 xEvent->xany.send_event = false;
404 xEvent->xany.display = QX11Info::display();
405 // NOTE: event->xany.window doesn't always respond to the .window property of other XEvent's
408 xEvent->xany.window = ownerWidget ? ownerWidget->window()->handle() : 0;