Home
last modified time | relevance | path

Searched defs:XSelectionRequestEvent (Results 1 – 2 of 2) sorted by relevance

/external/python/pycparser/utils/fake_libc_include/X11/
D_X11_fake_typedefs.h30 typedef struct XSelectionRequestEvent XSelectionRequestEvent; typedef
/external/crosvm/gpu_display/src/generated/
Dxlib.rs2438 pub struct XSelectionRequestEvent { struct
2439 pub type_: ::std::os::raw::c_int,
2440 pub serial: ::std::os::raw::c_ulong,
2441 pub send_event: ::std::os::raw::c_int,
2442 pub display: *mut Display,
2443 pub owner: Window,
2444 pub requestor: Window,
2445 pub selection: Atom,
2446 pub target: Atom,
2447 pub property: Atom,
[all …]