diff options
| author | Daniel d'Andrada <daniel.dandrada@canonical.com> | 2012-07-27 17:20:29 -0300 |
|---|---|---|
| committer | Daniel d'Andrada <daniel.dandrada@canonical.com> | 2012-07-27 17:20:29 -0300 |
| commit | 738b3f1a75fe3b4f5b97838a5b06b80f4d158926 (patch) | |
| tree | 2f0f580ea30ebdaea9d50a5b584ec0b83d9bb5e3 /tests/test-gestures/sed_script_gesture | |
| parent | fde2f5ce406aeb7c1b9753393a152c0f313db457 (diff) | |
Use gestures support from Nux and adapt code for regular gesture rules
Remove GeisAdapter as we are getting gesture events from Nux instead. Then modify code to handle geisv2-style gestures. They require acceptance/rejection and enable multiple simultaneous gestures (bzr r2526.1.1)
Diffstat (limited to 'tests/test-gestures/sed_script_gesture')
| -rw-r--r-- | tests/test-gestures/sed_script_gesture | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/test-gestures/sed_script_gesture b/tests/test-gestures/sed_script_gesture new file mode 100644 index 000000000..c2e3ffa48 --- /dev/null +++ b/tests/test-gestures/sed_script_gesture @@ -0,0 +1,18 @@ +s|<core/core.h>|<compiz_mock/core/core.h>| +s|\<CompScreen\>|CompScreenMock|g +s|\<CompWindow\>|CompWindowMock|g +s|\<CompWindowVector\>|CompWindowMockVector|g +s|\<screen\>|screen_mock|g +s|\<pointerX\>|pointerX_mock|g +s|\<pointerY\>|pointerY_mock|g +s|\<XSync\>|XSyncMock|g +s|\<XWarpPointer\>|XWarpPointerMock|g +s|\<XFreeCursor\>|XFreeCursorMock|g +s|\<XCreateFontCursor\>|XCreateFontCursorMock|g +s|\<ubus-server.h\>|ubus-server-mock.h|g +s|\<unityshell.h\>|unityshell_mock.h|g +s|\<PluginAdapter\>|PluginAdapterMock|g +s|\<UnityWindow\>|UnityWindowMock|g +s|\<UnityScreen\>|UnityScreenMock|g +s|\<InputArea\>|InputAreaMock|g +s|\<Nux/Nux\.h\>|NuxMock.h|g |
