0c83e6a59a
The OffscreenEffect class needs to expose a way for sub-classes to track the size of FBO it creates, in case it has to do some geometry deformations like the DeformEffect sub-classes. Let's move the private symbol we used internally in 1.6 to fix DeformEffect to the list of public symbols of OffscreenEffect. http://bugzilla.clutter-project.org/show_bug.cgi?id=2570
11 lines
222 B
C
11 lines
222 B
C
#ifndef __CLUTTER_OFFSCREEN_EFFECT_PRIVATE_H__
|
|
#define __CLUTTER_OFFSCREEN_EFFECT_PRIVATE_H__
|
|
|
|
#include <clutter/clutter-offscreen-effect.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
G_END_DECLS
|
|
|
|
#endif /* __CLUTTER_OFFSCREEN_EFFECT_PRIVATE_H__ */
|