Remove notes about enabling the touch extension in qwindow-compositor
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>
Wed, 9 May 2012 08:28:01 +0000 (11:28 +0300)
committerLaszlo Agocs <laszlo.p.agocs@nokia.com>
Wed, 9 May 2012 09:01:58 +0000 (11:01 +0200)
It is all automatic nowadays.

Change-Id: I7b8f0c1716a910624ac31bd31832fb50418f48fb
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
examples/qwindow-compositor/qwindowcompositor.cpp

index 42e12de..6e571ce 100644 (file)
@@ -59,15 +59,6 @@ QWindowCompositor::QWindowCompositor(QOpenGLWindow *window)
     , m_draggingWindow(0)
     , m_dragKeyIsPressed(false)
 {
-    // Enable the following to have all QTouchEvent-specific data delivered
-    // using a custom protocol extension.
-    // enableTouchExtension();
-
-    // Enable the following to have mouse events generated from touch
-    // on client side. This is not the same as synthesizing mouse events
-    // in the compositor because it avoids sending data through the wire.
-    // configureTouchExtension(WaylandCompositor::TouchExtMouseFromTouch);
-
     enableSubSurfaceExtension();
     m_window->makeCurrent();