wayland v0.1.2 (2018-12-25T14:18:48Z)
Dub
Repo
BackendConfig
backend
Undocumented in source.
class
BackendConfig {
this
(bool fs, int w, int h);
bool
fullscreen
;
int
width
;
int
height
;
}
Constructors
this
this
(bool fs, int w, int h)
Undocumented in source.
Members
Variables
fullscreen
bool
fullscreen
;
height
int
height
;
Undocumented in source.
width
int
width
;
Undocumented in source.
Meta
Source
See Implementation
backend
modules
x11
classes
BackendConfig
interfaces
Backend