search for: kwin_export

Displaying 1 result from an estimated 1 matches for "kwin_export".

2013 Mar 22
1
[kde-workspace] kwin/libkdecorations: KDecorationBridge becomes private again
...+} + +} + #include "kdecoration.moc" diff --git a/kwin/libkdecorations/kdecoration.h b/kwin/libkdecorations/kdecoration.h index 15d233e..0959e74 100644 --- a/kwin/libkdecorations/kdecoration.h +++ b/kwin/libkdecorations/kdecoration.h @@ -47,6 +47,11 @@ DEALINGS IN THE SOFTWARE. KWIN_EXPORT int decoration_version() { return KWIN_DECORATION_API_VERSION; } \ } +#define KWIN_DECORATION_BRIDGE_API_VERSION 1 +extern "C" { + int decoration_bridge_version(); +} + class KConfig; /** @defgroup kdecoration KWin decorations library */ diff --git a/kwin/libkdecorations/kde...