6a580d2b90
A decoration plugin can indicate that it supports themes. For this the decoration plugin needs to specify in the org.kde.kdecoration2 group of the JSON meta data the following: themes: true, defaultTheme: "nameofDefaultTheme" If the themes key/value pair is present and set to true KWin will read the entry "theme" in the [org.kde.kdecoration2] group with the value of defaultTheme as the default value. The read value (if there is one) is passed to the created decoration in the QVariantList. The QVariantList contains a QVariantMap as first entry and the theme name is passed for key "theme". |
||
---|---|---|
.. | ||
decoratedclient.cpp | ||
decoratedclient.h | ||
decorationbridge.cpp | ||
decorationbridge.h | ||
decorationrenderer.cpp | ||
decorationrenderer.h | ||
settings.cpp | ||
settings.h |