offscreen-effect: Add private API for getting the target size
authorEmmanuele Bassi <ebassi@linux.intel.com>
Sat, 19 Feb 2011 09:15:34 +0000 (09:15 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Sat, 19 Feb 2011 09:15:34 +0000 (09:15 +0000)
commit20f19fe06ca5821949b5e47464241d31c2e6dffc
tree7ad84e9116422f21259ba4fcf3683c4ad4704cfe
parent82c68c588741e78824afd19e5eecfd546b9ab115
offscreen-effect: Add private API for getting the target size

Since the FBO target might have a different size than the mere paint box
of the actor, we need API to get it out of the ClutterOffscreenEffect
private data structure and on to sub-classes.

Since we cannot add new API in a stable cycle, we need a private
function; we'll leave it there even when opening 1.7, since it's useful
for internal purposes.
clutter/Makefile.am
clutter/clutter-offscreen-effect-private.h [new file with mode: 0644]
clutter/clutter-offscreen-effect.c