summaryrefslogtreecommitdiff
path: root/community/qtcurve-kde4/fix-kwin_decoration-macro.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/qtcurve-kde4/fix-kwin_decoration-macro.patch
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/qtcurve-kde4/fix-kwin_decoration-macro.patch')
-rw-r--r--community/qtcurve-kde4/fix-kwin_decoration-macro.patch15
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();