Magellan Linux

Annotation of /trunk/busybox/patches/busybox-1.17.4-fbsplash-reload-background-image.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1743 - (hide annotations) (download)
Thu Apr 19 15:10:19 2012 UTC (12 years, 1 month ago) by niro
File size: 488 byte(s)
-added image: cmd to reload background images
1 niro 1743 --- busybox-1.17.4/miscutils/fbsplash.c 2012-04-19 18:04:04.529982523 +0200
2     +++ busybox-1.17.4-magellan/miscutils/fbsplash.c 2012-04-19 17:10:49.970982523 +0200
3     @@ -1306,6 +1306,8 @@
4     if (strncmp(num_buf, "exit", 4) == 0) {
5     DEBUG_MESSAGE("exit");
6     break;
7     + } else if (strncmp(num_buf, "image:", 6) == 0) {
8     + fb_drawimage();
9     } else if (strncmp(num_buf, "bounce", 6) == 0) {
10     bounce_x = 0;
11     #if ENABLE_FEATURE_FBSPLASH_TEXT