source:
npl/overig/splashutils/fastfade.patch
Last change on this file was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 464 bytes |
-
effects.
old new 16 16 #include <sys/ioctl.h> 17 17 #include "splash.h" 18 18 19 #define FADEIN_STEPS 12820 #define FADEIN_STEPS_DC 25619 #define FADEIN_STEPS 64 20 #define FADEIN_STEPS_DC 128 21 21 22 22 void put_img(u8 *dst, u8 *src) 23 23 { … … 177 177 178 178 void fade_in(u8 *dst, u8 *image, struct fb_cmap cmap, u8 bgnd, int fd) 179 179 { 180 bgnd=0; 180 181 if (bgnd) { 181 182 if (fork()) 182 183 return;
Note: See TracBrowser
for help on using the repository browser.