Home | History | Annotate | Download | only in x

Lines Matching defs:xev

54     XEvent xev;
55 xev.type = SelectionNotify;
56 xev.xselection.serial = 0u;
57 xev.xselection.display = x_display_;
58 xev.xselection.requestor = x_window_;
59 xev.xselection.selection = selection;
60 xev.xselection.target = target;
61 xev.xselection.property = requestor_->x_property_;
62 xev.xselection.time = CurrentTime;
63 xev.xselection.type = SelectionNotify;
64 requestor_->OnSelectionNotify(xev);