1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
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);
|