When getting crtc info, fill in missing "rotations" field so that the
authorChris Michael <cp.michael@samsung.com>
Thu, 27 Jun 2013 09:45:04 +0000 (10:45 +0100)
committerChris Michael <cp.michael@samsung.com>
Thu, 27 Jun 2013 09:46:34 +0000 (10:46 +0100)
value is initialized.

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

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_x/xlib/ecore_x_randr.c

index f9178ca..934d910 100644 (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;