summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xlib/qxlibscreen.h
diff options
context:
space:
mode:
authorJohn Stanley <jpsinthemix@verizon.net>2012-02-07 03:59:40 -0500
committerQt by Nokia <qt-info@nokia.com>2012-02-10 03:02:07 +0100
commit7038151326feef8331d3a258ea03c870012a8f36 (patch)
tree17a6a6da208a7972df4e3bb9585a4f7344827c00 /src/plugins/platforms/xlib/qxlibscreen.h
parent6e3c4de94f394bfdb07035fe7e71237779c45971 (diff)
Add support for xlib backend X Event filters
Change-Id: Id1e7995f98395de748ce47a27365e4bdd564ea49 Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
Diffstat (limited to 'src/plugins/platforms/xlib/qxlibscreen.h')
-rw-r--r--src/plugins/platforms/xlib/qxlibscreen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/platforms/xlib/qxlibscreen.h b/src/plugins/platforms/xlib/qxlibscreen.h
index 3404243c2c..c6672c3540 100644
--- a/src/plugins/platforms/xlib/qxlibscreen.h
+++ b/src/plugins/platforms/xlib/qxlibscreen.h
@@ -55,7 +55,7 @@ class QXlibScreen : public QObject, public QPlatformScreen
{
Q_OBJECT
public:
- QXlibScreen();
+ QXlibScreen(QXlibNativeInterface *nativeInterface);
~QXlibScreen();
@@ -93,6 +93,7 @@ public slots:
private:
void handleSelectionRequest(XEvent *event);
+ QXlibNativeInterface *mNativeInterface;
QRect mGeometry;
QSizeF mPhysicalSize;
int mDepth;