forwardport of rev. 834841:

compile with old XShape (taken from kwin/utils.h)

BUG 166324

svn path=/trunk/KDE/kdebase/apps/; revision=834961
This commit is contained in:
André Wöbbeking 2008-07-19 19:05:32 +00:00
parent 295ecd1ddf
commit 448c080fbd

View file

@ -39,6 +39,11 @@
#include "ktooltip_p.h"
// compile with XShape older than 1.0
#ifndef ShapeInput
const int ShapeInput = 2;
#endif
class KToolTipItemPrivate
{