]> git.ipfire.org Git - thirdparty/plymouth.git/commit
Generate background instead of using image
authorCharlie Brej <cbrej@cs.man.ac.uk>
Fri, 14 Nov 2008 16:25:04 +0000 (11:25 -0500)
committerRay Strode <rstrode@redhat.com>
Fri, 14 Nov 2008 16:25:04 +0000 (11:25 -0500)
commita19625a2c13c39b028b18f56b15181eff791aac7
tree706cd1f572aa7d37dd372f9a14e94af19952d49a
parentb038572c634a132bcb3c764fadc01025aa30fce5
Generate background instead of using image

The background image previously was low resolution
and created various artifacts when being upscaled
to the native resolution of the panel.  This patch
ditches the background image and instead generates
a similar type of background dynamically, custom
fit to the screen it's being displayed on.  As an
added bonus, since we're doing it dynamically, we
can make some of the stars in the background
lightly twinkle.
src/plugins/splash/solar/Makefile.am
src/plugins/splash/solar/background.png [deleted file]
src/plugins/splash/solar/plugin.c