E: Fix warning about uninitialized variable in randr code.

SVN revision: 67273
This commit is contained in:
Christopher Michael 2012-01-17 12:41:21 +00:00
parent 7a4ab7417a
commit 8e4a1c3758
1 changed files with 1 additions and 1 deletions

View File

@ -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