libx11 ~master (2022-05-05T18:50:18.1332564)
Dub
Repo
RECTANGLE
deimos
X11
Xregion
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow
struct
RECTANGLE {
short
x
;
short
y
;
short
width
;
short
height
;
}
Members
Variables
height
short
height
;
width
short
width
;
Undocumented in source.
x
short
x
;
y
short
y
;
Undocumented in source.
Meta
Source
See Implementation
deimos
X11
Xregion
aliases
BOX
BoxPtr
BoxRec
REGION
RectanglePtr
RectangleRec
functions
ADDRECT
ADDRECTNOX
CHECK_PREVIOUS
EMPTY_REGION
EXTENTCHECK
EXTENTS
INBOX
MAX
MEMCHECK
MIN
REGION_NOT_EMPTY
manifest constants
FALSE
MAXSHORT
MINSHORT
NUMPTSTOBUFFER
TRUE
structs
Box
POINTBLOCK
RECTANGLE
_XRegion