┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndré Wöbbeking <[email protected]>2008-07-19 19:05:32 +0000
committerAndré Wöbbeking <[email protected]>2008-07-19 19:05:32 +0000
commit448c080fbd8999e06e61f38bcae4ecbfd7d2c306 (patch)
treeb46280a7fc09c0e6b351339f0bcb8fa1c4d05257 /src
parent295ecd1ddf3946ba025e8f8a0c06d77f707849e8 (diff)
forwardport of rev. 834841:
compile with old XShape (taken from kwin/utils.h) BUG 166324 svn path=/trunk/KDE/kdebase/apps/; revision=834961
Diffstat (limited to 'src')
-rw-r--r--src/ktooltip.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ktooltip.cpp b/src/ktooltip.cpp
index 712bdb85d..3c1da3fba 100644
--- a/src/ktooltip.cpp
+++ b/src/ktooltip.cpp
@@ -39,6 +39,11 @@
#include "ktooltip_p.h"
+// compile with XShape older than 1.0
+#ifndef ShapeInput
+const int ShapeInput = 2;
+#endif
+
class KToolTipItemPrivate
{