ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
PictureDoubleBuffer
ws
x
draw
Undocumented in source.
version(Posix)
class
PictureDoubleBuffer {
Pixmap
backPixmap
;
ManagedPicture
back
;
ManagedPicture
front
;
WindowHandle
window
;
Display
*
dpy
;
int
[
2
]
size
;
this
(Display* dpy, WindowHandle window, XWindowAttributes* wa);
void
swap
();
~this
();
}
Constructors
this
this
(Display* dpy, WindowHandle window, XWindowAttributes* wa)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Alias This
backPixmap
Members
Functions
swap
void
swap
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
back
ManagedPicture
back
;
Undocumented in source.
backPixmap
Pixmap
backPixmap
;
Undocumented in source.
dpy
Display
*
dpy
;
Undocumented in source.
front
ManagedPicture
front
;
Undocumented in source.
size
int
[
2
]
size
;
Undocumented in source.
window
WindowHandle
window
;
Undocumented in source.
Meta
Source
See Implementation
ws
x
draw
classes
Color
Cur
Icon
ManagedPicture
PictureDoubleBuffer
PixmapDoubleBuffer
XDraw
structs
ClipStack