Prefix kmscon sources with kmscon_*
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 9 Oct 2012 11:53:55 +0000 (13:53 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 9 Oct 2012 11:53:55 +0000 (13:53 +0200)
commit1709c64ee644148501fb35b2d04592cd354f85e2
tree9907b8a20a3156360718a8fb448260f9497bf80e
parenta17aa99ff9a08bb7963cfb1c6e7760441af6256b
Prefix kmscon sources with kmscon_*

We will be adding more applications to this repository, so to keep better
overview, we prefix kmscon sources with kmscon_*.

The only sources that have no prefix are either shared between
applications (i.e., statically linked) or they were not cleaned up, yet.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am
configure.ac
src/kmscon_main.c [moved from src/main.c with 99% similarity]
src/kmscon_main.h [moved from src/main.h with 100% similarity]
src/kmscon_terminal.c [moved from src/terminal.c with 99% similarity]
src/kmscon_terminal.h [moved from src/terminal.h with 100% similarity]
src/kmscon_ui.c [moved from src/ui.c with 99% similarity]
src/kmscon_ui.h [moved from src/ui.h with 100% similarity]