Initialize variables.

Signed-off-by: Chris Michael <devilhorns@comcast.net>
This commit is contained in:
Chris Michael 2013-06-11 17:50:24 +01:00
parent c322573793
commit e353385acb
1 changed files with 2 additions and 2 deletions

View File

@ -191,10 +191,10 @@ e_surface_repaint_schedule(E_Surface *es)
EAPI void
e_surface_output_assign(E_Surface *es)
{
E_Output *output, *noutput;
E_Output *output, *noutput = NULL;
pixman_region32_t region;
pixman_box32_t *box;
unsigned int area, mask, max = 0;
unsigned int area, mask = 0, max = 0;
Eina_List *l;
pixman_region32_fini(&es->bounding);