ae v0.0.3186 (2022-07-03T09:06:15Z)
Home
Dub
Repo
xEmptyReq
ae
net
x11
xReq
equivalent for requests with no arguments.
extern (
C
)
struct
xEmptyReq {
CARD8
reqType
;
CARD8
pad
;
CARD16
length
;
}
Members
Variables
length
CARD16
length
;
pad
CARD8
pad
;
As in
xReq
.
reqType
CARD8
reqType
;
As in
xReq
.
Meta
Source
See Implementation
ae
net
x11
aliases
Atom
Colormap
Cursor
Drawable
Font
GContext
KeyCode
KeySym
Pixmap
Time
VisualID
Window
classes
X11Client
X11Extension
XEXAMPLE
structs
GCAttributes
WindowAttributes
WindowConfiguration
xEmptyReq
xReq equivalent for requests with no arguments.