Backport: a612fcf :: Initialize geometry variables (ie: The Shutup you stupid clang commit)

Signed-off-by: Chris Michael <cp.michael@samsung.com>
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
This commit is contained in:
Chris Michael 2013-05-31 13:29:51 +01:00 committed by Deon Thomas
parent 398a6db329
commit 0c2bb7260b
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ _e_randr_config_restore(void)
for (c = 0; c < ncrtcs; c++)
{
E_Randr_Crtc_Config *cfg;
Evas_Coord x, y, w, h;
Evas_Coord x = 0, y = 0, w = 0, h = 0;
Ecore_X_Randr_Mode mode = 0;
Ecore_X_Randr_Orientation orient =
ECORE_X_RANDR_ORIENTATION_ROT_0;