stage: implicitly clip to stage window bounds
authorRobert Bragg <robert@linux.intel.com>
Mon, 19 Sep 2011 11:54:31 +0000 (12:54 +0100)
committerRobert Bragg <robert@linux.intel.com>
Mon, 19 Sep 2011 13:48:31 +0000 (14:48 +0100)
commit239fc43c5f5dc15346094bf797ad8e8799424a4b
tree4e34a1528404029069f04706a1c41a3f5eacd2e4
parent662d12aeff9c7404b915e44777b50f0995252fd8
stage: implicitly clip to stage window bounds

This implicitly intersects any clip for redrawing with the stage window
bounds. Without this we were sometimes trying to set huge off screen
scissors leading to undefined clipping results.

Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
clutter/clutter-stage.c