ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
PixmapDoubleBuffer
ws
x
draw
Undocumented in source.
version(Posix)
class
PixmapDoubleBuffer {
Pixmap
pixmap
;
WindowHandle
window
;
GC
gc
;
int
[
2
]
size
;
Display
*
dpy
;
this
(Display* dpy, WindowHandle window, GC gc, XWindowAttributes* wa);
void
swap
();
~this
();
}
Constructors
this
this
(Display* dpy, WindowHandle window, GC gc, XWindowAttributes* wa)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Alias This
pixmap
Members
Functions
swap
void
swap
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dpy
Display
*
dpy
;
Undocumented in source.
gc
GC
gc
;
Undocumented in source.
pixmap
Pixmap
pixmap
;
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