When getting crtc info, fill in missing "rotations" field so that the

value is initialized.

NB: Spank Spank whoever did this ... oh wait, that was me :( Ouch !!

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-06-27 10:45:04 +01:00
parent 42e838545a
commit d263e31c7f
1 changed files with 1 additions and 0 deletions

View File

@ -1865,6 +1865,7 @@ ecore_x_randr_crtc_info_get(Ecore_X_Window root, const Ecore_X_Randr_Crtc crtc)
ret->height = info->height;
ret->mode = info->mode;
ret->rotation = info->rotation;
ret->rotations = info->rotations;
ret->noutput = info->noutput;
ret->npossible = info->npossible;