Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(366)

Side by Side Diff: ui/base/touch/multi_touch_device_x11.h

Issue 9773024: This patch implements Chromium's Aura gesture recognizer in terms of utouch-grail and utouch-frame … (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef UI_BASE_TOUCH_MULTI_TOUCH_DEVICE_X11_H_
6 #define UI_BASE_TOUCH_MULTI_TOUCH_DEVICE_X11_H_
7
8 #include <X11/extensions/XInput.h>
9 #include <X11/extensions/XInput2.h>
10
11 namespace ui {
12 class MultiTouchDevice;
13
14 bool xi_device_info_to_mt_device(XIDeviceInfo * info,
15 MultiTouchDevice & out);
16 }
17 #endif // UI_BASE_TOUCH_MULTI_TOUCH_DEVICE_X11_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698