Fixed more warnings

svn-id: r38332
This commit is contained in:
Max Horn 2009-02-15 23:59:29 +00:00
parent 033ade4f5c
commit 87bfde321f
5 changed files with 5 additions and 11 deletions

View file

@ -3378,7 +3378,7 @@ kDisplay(state_t *s, int funct_nr, int argc, reg_t *argv) {
int index = UKPV_OR_ALT(1, 0);
int temp;
int save_under = 0;
gfx_color_t transparent;
gfx_color_t transparent = { { 0, 0, 0, 0 }, 0, 0, 0, 0 };
char *text;
gfxw_port_t *port = (s->port) ? s->port : s->picture_port;
int update_immediately = 1;
@ -3391,8 +3391,6 @@ kDisplay(state_t *s, int funct_nr, int argc, reg_t *argv) {
int font_nr = port->font_nr;
gfxw_text_t *text_handle;
transparent.mask = 0;
color0 = port->color;
bg_color = port->bgcolor;