e: Fix warning

e_smart_monitor.c:1036:29: warning: ‘mode’ may be used uninitialized in this function

Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 77427
This commit is contained in:
Mike McCormack 2012-10-04 11:47:43 +00:00 committed by Mike McCormack
parent a848b7291e
commit 5b4a058e44
1 changed files with 1 additions and 1 deletions

View File

@ -1033,7 +1033,7 @@ _e_smart_monitor_resize(E_Smart_Data *sd, Evas_Object *mon, void *event)
Evas_Coord w, h, cw, ch;
Evas_Coord mx, my;
Evas_Coord nrw, nrh;
Ecore_X_Randr_Mode_Info *mode;
Ecore_X_Randr_Mode_Info *mode = NULL;
ev = event;