summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2007-06-08 08:58:11 -0400
committerRay Strode <rstrode@redhat.com>2007-06-08 08:58:11 -0400
commitd85e9b08e09c5715122a4f11639e1e04bde6de6b (patch)
tree2754bdce2222b022080ba5dae53772dec11ebfea /src/splash-plugins
parentbeabf9e53c8b1acfc10bdb1b56750fb53553a7fe (diff)
downloadplymouth-d85e9b08e09c5715122a4f11639e1e04bde6de6b.tar.gz
plymouth-d85e9b08e09c5715122a4f11639e1e04bde6de6b.tar.xz
plymouth-d85e9b08e09c5715122a4f11639e1e04bde6de6b.zip
make the new frame buffer area cropping function actually work
Diffstat (limited to 'src/splash-plugins')
-rw-r--r--src/splash-plugins/fedora-fade-in.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/splash-plugins/fedora-fade-in.c b/src/splash-plugins/fedora-fade-in.c
index 8364da6..9df2a89 100644
--- a/src/splash-plugins/fedora-fade-in.c
+++ b/src/splash-plugins/fedora-fade-in.c
@@ -154,8 +154,8 @@ static bool
set_graphics_mode (ply_boot_splash_plugin_t *plugin)
{
assert (plugin != NULL);
- return true;
+ return true;
if (ioctl (plugin->console_fd, KDSETMODE, KD_GRAPHICS) < 0)
return false;