packages/utils/psplash/patches/001-hide-msgfield-and-progressbar.patch

26 lines
705 B
Diff
Raw Normal View History

diff -ruN psplash.x/psplash.c psplash/psplash.c
--- psplash.x/psplash.c 2009-05-12 10:11:25.000000000 +0200
+++ psplash/psplash.c 2009-05-12 10:24:09.000000000 +0200
@@ -276,17 +276,17 @@
OWRT_IMG_RLE_PIXEL_DATA);
/* Draw progress bar border */
- psplash_fb_draw_image (fb,
+ /* psplash_fb_draw_image (fb,
(fb->width - BAR_IMG_WIDTH)/2,
fb->height - (fb->height/6),
BAR_IMG_WIDTH,
BAR_IMG_HEIGHT,
BAR_IMG_BYTES_PER_PIXEL,
- BAR_IMG_RLE_PIXEL_DATA);
+ BAR_IMG_RLE_PIXEL_DATA); */
- psplash_draw_progress (fb, 0);
+ // psplash_draw_progress (fb, 0);
- psplash_draw_msg (fb, MSG);
+ // psplash_draw_msg (fb, MSG);
psplash_main (fb, pipe_fd, 0);