Add VT handling
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 3 Dec 2011 14:08:18 +0000 (15:08 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 3 Dec 2011 14:08:18 +0000 (15:08 +0100)
commitbb5f11baa1aa947555dcf2f8e97e8dff772370f2
treed7d0cfced4f91c644c61ae2b5fae752b533ac745
parent1fb4c7189500b4a880e59c28c163d7080d1614fa
Add VT handling

As long as we are run in a VT we need to correctly handle VT-switches to avoid
blocking the crtc/input.

This is copied from wayland-compositor demos and modified to fit to our needs.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
COPYING
Makefile.am
src/vt.c [new file with mode: 0644]
src/vt.h [new file with mode: 0644]