summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_p.h
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@nokia.com>2009-06-19 10:33:33 (GMT)
committerRichard Moe Gustavsen <richard.gustavsen@nokia.com>2009-06-19 10:35:03 (GMT)
commitbdd406e6ad96cfb7d31897e1bb2e551cf69036eb (patch)
tree960560cc3e762c5bbd8448e46132424f5d5a3353 /src/gui/kernel/qwidget_p.h
parentabf9213b649947420ef1ba0b74c0437cbd249f90 (diff)
downloadQt-bdd406e6ad96cfb7d31897e1bb2e551cf69036eb.zip
Qt-bdd406e6ad96cfb7d31897e1bb2e551cf69036eb.tar.gz
Qt-bdd406e6ad96cfb7d31897e1bb2e551cf69036eb.tar.bz2
Multitouch, Cocoa: First revision of multi touch in Qt/Cocoa
Diffstat (limited to 'src/gui/kernel/qwidget_p.h')
-rw-r--r--src/gui/kernel/qwidget_p.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget_p.h b/src/gui/kernel/qwidget_p.h
index cf065d3..d597a50 100644
--- a/src/gui/kernel/qwidget_p.h
+++ b/src/gui/kernel/qwidget_p.h
@@ -541,6 +541,10 @@ public:
uint usesDoubleBufferedGLContext : 1;
// *************************** Platform specific ************************************
+#if defined(Q_WS_X11) || defined(Q_WS_MAC)
+ void registerTouchWindow();
+#endif
+
#if defined(Q_WS_X11) // <----------------------------------------------------------- X11
QX11Info xinfo;
Qt::HANDLE picture;
@@ -563,7 +567,6 @@ public:
void unregisterOleDnd(QWidget *widget, QOleDropTarget *target);
#endif
void grabMouseWhileInWindow();
- void registerTouchWindow();
#elif defined(Q_WS_MAC) // <--------------------------------------------------------- MAC
// This is new stuff
uint needWindowChange : 1;