kwin/clients/aurorae
Martin Gräßlin c40bdc1bb2 [aurorae] Use QMutexLocker in AuroraeClient's dtor
It's possible that the rendering thread is still writing to the
buffer and if we destroy the buffer before it's finished KWin is going
to crash. So let's mutex lock the dtor to ensure that the rendering
thread finishes before we tear down the client.

BUG: 336950
2014-07-07 13:49:10 +02:00
..
src [aurorae] Use QMutexLocker in AuroraeClient's dtor 2014-07-07 13:49:10 +02:00
themes [aurorae] Use NativeRendering for decoration title 2014-06-30 14:33:09 +02:00
AUTHORS
CMakeLists.txt Port of Plastik decoration to QML 2012-08-26 20:56:19 +02:00
README
theme-description
TODO

Aurorae is a themeable window decoration for KWin.

It supports theme files consisting of several SVG files for decoration and buttons. Themes can be
installed and selected directly in the configuration module of KWin decorations.

Please have a look at theme-description on how to write a theme file.