XFixesCursorImageAndName

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Posix)
extern (C)
static if(XFIXES_MAJOR >= 2)
struct XFixesCursorImageAndName {}

Members

Variables

atom
Atom atom;
Undocumented in source.
cursor_serial
ulong cursor_serial;
height
ushort height;
Undocumented in source.
name
char* name;
Undocumented in source.
pixels
ulong* pixels;
Undocumented in source.
width
ushort width;
Undocumented in source.
x
short x;
Undocumented in source.
xhot
ushort xhot;
y
short y;
yhot
ushort yhot;
Undocumented in source.

Meta