source: npl/overig/splashutils/fastfade.patch @ 8c2f7e4

gcc484perl-5.22
Last change on this file since 8c2f7e4 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 464 bytes
  • effects.

    old new  
    1616#include <sys/ioctl.h>
    1717#include "splash.h"
    1818
    19 #define FADEIN_STEPS    128
    20 #define FADEIN_STEPS_DC 256
     19#define FADEIN_STEPS    64
     20#define FADEIN_STEPS_DC 128
    2121
    2222void put_img(u8 *dst, u8 *src)
    2323{
     
    177177       
    178178void fade_in(u8 *dst, u8 *image, struct fb_cmap cmap, u8 bgnd, int fd)
    179179{
     180        bgnd=0;
    180181        if (bgnd) {
    181182                if (fork())
    182183                        return;
Note: See TracBrowser for help on using the repository browser.