dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
RECTANGLE
derelict
x11
Xregion
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(linux)
extern (
C
) nothrow @
nogc
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
derelict
x11
Xregion
aliases
BOX
BoxPtr
BoxRec
REGION
RectanglePtr
RectangleRec
structs
Box
RECTANGLE
_XRegion
variables
FALSE
MAXSHORT
MINSHORT
TRUE