projects
/
ccbs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b91be5
)
Fix "slowly to red" fading (aka same_fade) when we have a forced transition.
author
Steinar H. Gunderson
<sesse@samfundet.no>
Tue, 1 Mar 2005 00:55:12 +0000
(
00:55
+0000)
committer
Steinar H. Gunderson
<sesse@samfundet.no>
Tue, 1 Mar 2005 00:55:12 +0000
(
00:55
+0000)
bigscreen/rotatescreen.cpp
patch
|
blob
|
history
diff --git
a/bigscreen/rotatescreen.cpp
b/bigscreen/rotatescreen.cpp
index
ef7fba0
..
a7d3a5c
100644
(file)
--- a/
bigscreen/rotatescreen.cpp
+++ b/
bigscreen/rotatescreen.cpp
@@
-120,7
+120,7
@@
void RotateScreen::draw(unsigned char *buf)
// initialize a fade
in_fade = true;
fade_found_start_time = false;
- same_fade = (current_screen == old_current_screen);
+ same_fade = (current_screen == old_current_screen)
|| force
;
memcpy(fadefrom_buf, subscreens[old_current_screen].buf, 800 * 600 * 4);