projects
/
micropolis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e5078b
)
fix 15 bit mode
author
Michael Gernoth
<michael@gernoth.net>
Mon, 14 Jan 2008 22:10:44 +0000
(23:10 +0100)
committer
Michael Gernoth
<michael@gernoth.net>
Mon, 14 Jan 2008 22:10:44 +0000
(23:10 +0100)
src/sim/w_x.c
patch
|
blob
|
blame
|
history
diff --git
a/src/sim/w_x.c
b/src/sim/w_x.c
index
4f4c10e
..
0d68209
100644
(file)
--- a/
src/sim/w_x.c
+++ b/
src/sim/w_x.c
@@
-1145,7
+1145,7
@@
DoResizeView(SimView *view, int w, int h)
view->pixel_bytes = 2;
view->depth = 15;
bitmap_pad = 16;
- bitmap_depth = 1
6
;
+ bitmap_depth = 1
5
;
view->line_bytes8 =
((view->m_width * view->pixel_bytes) + 3) & (~3);
break;
Impressum
,
Datenschutz