diff options
Diffstat (limited to 'community/qtcurve-kde4/fix-kwin_decoration-macro.patch')
-rw-r--r-- | community/qtcurve-kde4/fix-kwin_decoration-macro.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/community/qtcurve-kde4/fix-kwin_decoration-macro.patch b/community/qtcurve-kde4/fix-kwin_decoration-macro.patch deleted file mode 100644 index 6202e7b87..000000000 --- a/community/qtcurve-kde4/fix-kwin_decoration-macro.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Naur a/kwin/qtcurvehandler.cpp b/kwin/qtcurvehandler.cpp ---- a/kwin/qtcurvehandler.cpp 2012-08-02 13:36:58.811347708 +0000 -+++ b/kwin/qtcurvehandler.cpp 2012-08-02 13:38:03.240996792 +0000 -@@ -489,6 +489,11 @@ - - extern "C" - { -+ KWIN_EXPORT int decoration_version() -+ { -+ return KWIN_DECORATION_API_VERSION; -+ } -+ - KDE_EXPORT KDecorationFactory *create_factory() - { - KWinQtCurve::handler = new KWinQtCurve::QtCurveHandler(); |