initialize variables

svn-id: r38252
This commit is contained in:
Willem Jan Palenstijn 2009-02-15 15:09:45 +00:00
parent 6c9e4d2004
commit 8e7a05989b

View File

@ -648,6 +648,8 @@ _gfxop_init_common(gfx_state_t *state, gfx_options_t *options, void *misc_payloa
state->dirty_rects = NULL;
state->old_pointer_draw_pos.x = -1;
state->old_pointer_draw_pos.y = -1;
return GFX_OK;
}