eglfs: Implement xlib based hook for testing
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Thu, 29 Mar 2012 20:41:06 +0000 (13:41 -0700)
committerQt by Nokia <qt-info@nokia.com>
Tue, 10 Apr 2012 08:38:10 +0000 (10:38 +0200)
commit673ce6c84edd8792dbb2c7747c769084ff3a9132
tree24c91c0c9969c1b47e93669912d4b9206d9dfe14
parent2ee8b98cae753f071f7194fc30a3a1209209c5cd
eglfs: Implement xlib based hook for testing

Add a hook implementation for X11 using xlib. This is primarily for testing.
xcb is not used since the x11/egl-mesa integration appears to be done through
xlib.

Currently, there is no input mechanism. The size can be adjusted using
EGLFS_X11_SIZE environment variable.

Change-Id: Ifcfbfd958d9d110d94e22f04dfad1f6c29818103
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/plugins/platforms/eglfs/eglfs.pro
src/plugins/platforms/eglfs/qeglfs_hooks_x11.cpp [new file with mode: 0644]