2008-06-23 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Mon, 23 Jun 2008 10:06:02 +0000 (10:06 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Mon, 23 Jun 2008 10:06:02 +0000 (10:06 +0000)
commit87d68544d0f1ecfc70099022409ffb1d76402ab5
treed3fc9f8a88ac535aa097d548e7ea7c912a61c43b
parentb24148158680620dd59e73c827db547f248b1a7c
2008-06-23  Emmanuele Bassi  <ebassi@openedhand.com>

Bug 981 - clutter_stage_read_pixels temprow fix (Haakon Sporsheim)

* clutter/clutter-stage.c (clutter_stage_read_pixels): Allocate
the temporary row data used to flip the buffer from glReadPixels()
in order to fix compilation under MSVC. Also validate the input
parameters to avoid random segfaults.
ChangeLog
clutter/clutter-stage.c