x11 v1.0.20 (2018-03-27T19:29:03Z)
Home
Dub
Repo
XFixesCursorImage
x11
extensions
Xfixes
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
XFixesCursorImage {
short
x
;
short
y
;
ushort
width
;
ushort
height
;
ushort
xhot
;
ushort
yhot
;
ulong
cursor_serial
;
ulong
*
pixels
;
static if
(
XFIXES_MAJOR >= 2
)
Atom
atom
;
const
static if
(
XFIXES_MAJOR >= 2
)
char
*
name
;
}
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
Source
See Implementation
x11
extensions
Xfixes
aliases
PointerBarrier
XserverRegion
functions
XFixesChangeCursor
XFixesChangeCursorByName
XFixesChangeSaveSet
XFixesCopyRegion
XFixesCreatePointerBarrier
XFixesCreateRegion
XFixesCreateRegionFromBitmap
XFixesCreateRegionFromGC
XFixesCreateRegionFromPicture
XFixesCreateRegionFromWindow
XFixesDestroyPointerBarrier
XFixesDestroyRegion
XFixesExpandRegion
XFixesFetchRegion
XFixesFetchRegionAndBounds
XFixesGetCursorImage
XFixesGetCursorName
XFixesHideCursor
XFixesIntersectRegion
XFixesInvertRegion
XFixesQueryExtension
XFixesQueryVersion
XFixesRegionExtents
XFixesSelectCursorInput
XFixesSelectSelectionInput
XFixesSetCursorName
XFixesSetGCClipRegion
XFixesSetPictureClipRegion
XFixesSetRegion
XFixesSetWindowShapeRegion
XFixesShowCursor
XFixesSubtractRegion
XFixesTranslateRegion
XFixesUnionRegion
XFixesVersion
manifest constants
XFIXES_MAJOR
structs
XFixesCursorImage
XFixesCursorImageAndName
XFixesCursorNotifyEvent
XFixesSelectionNotifyEvent