From 5933205cfcd73481cb0645fa6183103063fe3e0d Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 26 May 2012 11:52:06 -0700 Subject: eglfs: implement hardware cursor for the raspberry-pi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cursor is rendered on a dispmanx layer and moved around. This approach saves us from having to update the underlying window each time the cursor moves. Dispmanx layers cannot be moved to negative coords. As a result, currently it is not possible to move to a location less than the hostpot. A future commit will fix this problem. Change-Id: Ida5ee961d03a6929860c515e503482756a4913ed Reviewed-by: Johannes Zellner Reviewed-by: Andy Nichols Reviewed-by: Samuel Rødal --- src/plugins/platforms/eglfs/eglfs.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/platforms/eglfs/eglfs.pro') diff --git a/src/plugins/platforms/eglfs/eglfs.pro b/src/plugins/platforms/eglfs/eglfs.pro index 84afb9cff3..0c11a69aca 100644 --- a/src/plugins/platforms/eglfs/eglfs.pro +++ b/src/plugins/platforms/eglfs/eglfs.pro @@ -31,6 +31,8 @@ HEADERS = qeglfsintegration.h \ QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF +INCLUDEPATH += $$PWD + !isEmpty(EGLFS_PLATFORM_HOOKS_SOURCES) { HEADERS += $$EGLFS_PLATFORM_HOOKS_HEADERS SOURCES += $$EGLFS_PLATFORM_HOOKS_SOURCES -- cgit v1.2.3