~ubuntu-branches/ubuntu/hardy/kdebase-workspace/hardy-backports

« back to all changes in this revision

Viewing changes to kwin/lib/kwineffects.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-01-06 18:18:37 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080106181837-20dc8x9sru3seyup
Tags: 4:4.0.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
#include <assert.h>
37
37
 
38
 
#ifdef KWIN_HAVE_XRENDER
 
38
#ifdef KWIN_HAVE_XRENDER_COMPOSITING
39
39
#include <X11/extensions/Xrender.h>
40
40
#endif
41
41
 
131
131
    {
132
132
    }
133
133
 
 
134
void Effect::propertyNotify( EffectWindow* , long )
 
135
    {
 
136
    }
 
137
 
134
138
void Effect::desktopChanged( int )
135
139
    {
136
140
    }
159
163
    return false;
160
164
    }
161
165
 
162
 
void Effect::mouseChanged( const QPoint&, const QPoint&, Qt::MouseButtons, Qt::KeyboardModifiers )
 
166
void Effect::mouseChanged( const QPoint&, const QPoint&, Qt::MouseButtons,
 
167
    Qt::MouseButtons, Qt::KeyboardModifiers, Qt::KeyboardModifiers )
163
168
    {
164
169
    }
165
170