From 8e4a1c37587eb575773ffb51ec88db99ed8f847b Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 17 Jan 2012 12:41:21 +0000 Subject: [PATCH] E: Fix warning about uninitialized variable in randr code. SVN revision: 67273 --- src/bin/e_randr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_randr.c b/src/bin/e_randr.c index 987f5dc6a..e54887f3e 100644 --- a/src/bin/e_randr.c +++ b/src/bin/e_randr.c @@ -747,7 +747,7 @@ _e_randr_event_cb(void *data __UNUSED__, int type, void *ev) { E_Randr_Crtc_Info *crtc_info; Ecore_X_Randr_Mode_Info *mode_info; - Eina_Bool enabled; + Eina_Bool enabled = EINA_FALSE; // FIXME: ecore_x_randr_screen_primary_output_orientation_get() should // get regularly called to push x into polling outputs so we get these