summaryrefslogtreecommitdiff
path: root/tests/test-gestures
diff options
authorMC Return <mc.return@gmx.net>2013-03-28 10:13:11 +0100
committerMC Return <mc.return@gmx.net>2013-03-28 10:13:11 +0100
commit3e2ebbc2de0f58c4e8fc0696f4e0efb2981f50f1 (patch)
treea26526e4e88dd116f5b1ef79694ff20e87294d5a /tests/test-gestures
parent99b1305e9d8cd9daa1ff78ae47639bd2da5ec5b6 (diff)
CompWindow::syncPosition () is deprecated and calls to
it need to be removed from lp:unity (see lp:compiz, r3639) UnityDialogWindow::moveToRect(CompRect currentRect) does not need the bool sync anymore (bzr r3255.1.1)
Diffstat (limited to 'tests/test-gestures')
-rw-r--r--tests/test-gestures/compiz_mock/core/window.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-gestures/compiz_mock/core/window.h b/tests/test-gestures/compiz_mock/core/window.h
index f5e930107..28a53eaca 100644
--- a/tests/test-gestures/compiz_mock/core/window.h
+++ b/tests/test-gestures/compiz_mock/core/window.h
@@ -55,8 +55,6 @@ public:
void grabNotify(int x, int y, unsigned int state, unsigned int mask) {}
void ungrabNotify() {}
- void syncPosition() {}
-
compiz::window::Geometry &serverGeometry() {return server_geometry_;}
unsigned int actions_;