Use CoglHandle rather than CoglHandle*
This breaks building on 1.4, and has always been wrong anyway. https://bugzilla.gnome.org/show_bug.cgi?id=624571
This commit is contained in:
@ -33,13 +33,13 @@ struct _StThemeNodeTransitionPrivate {
|
||||
StThemeNode *old_theme_node;
|
||||
StThemeNode *new_theme_node;
|
||||
|
||||
CoglHandle *old_texture;
|
||||
CoglHandle *new_texture;
|
||||
CoglHandle old_texture;
|
||||
CoglHandle new_texture;
|
||||
|
||||
CoglHandle *old_offscreen;
|
||||
CoglHandle *new_offscreen;
|
||||
CoglHandle old_offscreen;
|
||||
CoglHandle new_offscreen;
|
||||
|
||||
CoglHandle *material;
|
||||
CoglHandle material;
|
||||
|
||||
ClutterAlpha *alpha;
|
||||
ClutterTimeline *timeline;
|
||||
|
Reference in New Issue
Block a user