summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/qeglfscursor.h
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-06-19 17:09:06 -0700
committerQt by Nokia <qt-info@nokia.com>2012-06-22 15:42:44 +0200
commit7042de0894b8d75b75b7a010b22b5fab5835754f (patch)
tree33eddf8bc27c07c26420158917806e05d71cd6c2 /src/plugins/platforms/eglfs/qeglfscursor.h
parent1655cb5a690895631238b5b7a9a1f0c8ad32fbc4 (diff)
eglfs: move m_pos into Cursor
Change-Id: I51e92d265e7ea6372ae58b357f75362e2d9a2df9 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/plugins/platforms/eglfs/qeglfscursor.h')
-rw-r--r--src/plugins/platforms/eglfs/qeglfscursor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/platforms/eglfs/qeglfscursor.h b/src/plugins/platforms/eglfs/qeglfscursor.h
index 4a3ba8968b..c626caf467 100644
--- a/src/plugins/platforms/eglfs/qeglfscursor.h
+++ b/src/plugins/platforms/eglfs/qeglfscursor.h
@@ -83,11 +83,10 @@ protected:
QSize size; // size of the cursor
QPoint hotSpot;
QImage customCursorImage;
+ QPoint pos; // current cursor position
uint customCursorTexture;
} m_cursor;
- QPoint m_pos; // current cursor position
-
private:
void createShaderPrograms();
static void createCursorTexture(uint *texture, const QImage &image);