eloop: move prefix to "ev_" instead of "kmscon_"
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 20 Mar 2012 18:08:29 +0000 (19:08 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 20 Mar 2012 18:08:29 +0000 (19:08 +0100)
commit4790d9f7ab0cc0d36f4c1d2744a849ca633bd874
tree94e05a8740c924517de337cfc16bc4d18e0a8335
parente7e0744e6e1d869a031188d15e67b7862a3c3f0e
eloop: move prefix to "ev_" instead of "kmscon_"

The long "kmscon_" prefix is horrible so move everything to "ev_" now.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
12 files changed:
src/input.c
src/input.h
src/pty.c
src/pty.h
src/terminal.c
src/terminal.h
src/vt.c
src/vt.h
tests/test_console.c
tests/test_input.c
tests/test_terminal.c
tests/test_vt.c