KWin
|
#include <x11_windowed_output.h>
Signals | |
void | defunct () |
Public Member Functions | |
X11WindowedBuffer (X11WindowedOutput *output, xcb_pixmap_t pixmap, GraphicsBuffer *buffer) | |
~X11WindowedBuffer () override | |
GraphicsBuffer * | buffer () const |
xcb_pixmap_t | pixmap () const |
void | lock () |
void | unlock () |
Definition at line 36 of file x11_windowed_output.h.
KWin::X11WindowedBuffer::X11WindowedBuffer | ( | X11WindowedOutput * | output, |
xcb_pixmap_t | pixmap, | ||
GraphicsBuffer * | buffer ) |
Definition at line 38 of file x11_windowed_output.cpp.
|
override |
Definition at line 46 of file x11_windowed_output.cpp.
GraphicsBuffer * KWin::X11WindowedBuffer::buffer | ( | ) | const |
Definition at line 53 of file x11_windowed_output.cpp.
|
signal |
void KWin::X11WindowedBuffer::lock | ( | ) |
Definition at line 63 of file x11_windowed_output.cpp.
xcb_pixmap_t KWin::X11WindowedBuffer::pixmap | ( | ) | const |
Definition at line 58 of file x11_windowed_output.cpp.
void KWin::X11WindowedBuffer::unlock | ( | ) |
Definition at line 71 of file x11_windowed_output.cpp.