Home | History | Annotate | Download | only in gtk

Lines Matching refs:xcrossing

417     XCrossingEvent& xcrossing = xEvent->xcrossing;
418 xcrossing.type = event->type() == eventNames().mouseoverEvent ? EnterNotify : LeaveNotify;
419 xcrossing.root = getRootWindow(parentFrame);
420 xcrossing.subwindow = 0;
421 xcrossing.time = event->timeStamp();
422 xcrossing.x = postZoomPos.y();
423 xcrossing.y = postZoomPos.x();
424 xcrossing.x_root = event->screenX();
425 xcrossing.y_root = event->screenY();
426 xcrossing.state = inputEventState(event);
427 xcrossing.mode = NotifyNormal;
428 xcrossing.detail = NotifyDetailNone;
429 xcrossing.same_screen = true;
430 xcrossing.focus = false;