Fixed more warnings
svn-id: r38332
This commit is contained in:
parent
033ade4f5c
commit
87bfde321f
5 changed files with 5 additions and 11 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue