gcc484perl-5.22
|
Last change
on this file since c6da4cb was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 9 years ago
|
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
|
File size:
464 bytes
|
| Rev | Line | |
|---|
| [c5c522c] | 1 | --- effects.org 2005-04-26 10:47:11.000000000 +0200 |
|---|
| 2 | +++ effects.c 2006-01-04 21:56:34.000000000 +0100 |
|---|
| 3 | @@ -16,8 +16,8 @@ |
|---|
| 4 | #include <sys/ioctl.h> |
|---|
| 5 | #include "splash.h" |
|---|
| 6 | |
|---|
| 7 | -#define FADEIN_STEPS 128 |
|---|
| 8 | -#define FADEIN_STEPS_DC 256 |
|---|
| 9 | +#define FADEIN_STEPS 64 |
|---|
| 10 | +#define FADEIN_STEPS_DC 128 |
|---|
| 11 | |
|---|
| 12 | void put_img(u8 *dst, u8 *src) |
|---|
| 13 | { |
|---|
| 14 | @@ -177,6 +177,7 @@ |
|---|
| 15 | |
|---|
| 16 | void fade_in(u8 *dst, u8 *image, struct fb_cmap cmap, u8 bgnd, int fd) |
|---|
| 17 | { |
|---|
| 18 | + bgnd=0; |
|---|
| 19 | if (bgnd) { |
|---|
| 20 | if (fork()) |
|---|
| 21 | return; |
|---|
Note: See
TracBrowser
for help on using the repository browser.