]> git.ipfire.org Git - thirdparty/plymouth.git/commit
add new ply_window_t type to manage text versus graphics mode,
authorRay Strode <rstrode@redhat.com>
Thu, 15 May 2008 19:52:19 +0000 (15:52 -0400)
committerRay Strode <rstrode@redhat.com>
Sat, 17 May 2008 06:16:22 +0000 (02:16 -0400)
commit9cf51bcce4907fe5104fca10ce395f529ccff0d0
treed05d7a008619e880d68721d05b7c175a0cc5b0b4
parent262e8b5f75c7a9897446703e5815b06e47f0fcfb
add new ply_window_t type to manage text versus graphics mode,
and eventually key events
12 files changed:
src/Makefile.am
src/main.c
src/ply-boot-splash-plugin.h
src/ply-boot-splash.c
src/ply-window.c [new file with mode: 0644]
src/ply-window.h [new file with mode: 0644]
src/splash-plugins/fedora-fade-in/Makefile.am
src/splash-plugins/fedora-fade-in/fedora-fade-in.c
src/splash-plugins/text/text.c
src/tests/Makefile.am
src/tests/ply-boot-splash-test.am
src/tests/ply-window-test.am [new file with mode: 0644]