mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
Clean up the Texture private data structure
This commit is contained in:
parent
48b8510a06
commit
9024cd9f7c
@ -75,21 +75,20 @@ struct _ClutterTexturePrivate
|
||||
gint image_height;
|
||||
|
||||
CoglHandle material;
|
||||
gboolean no_slice;
|
||||
|
||||
ClutterActor *fbo_source;
|
||||
CoglHandle fbo_handle;
|
||||
|
||||
ClutterTextureAsyncData *async_data;
|
||||
|
||||
guint no_slice : 1;
|
||||
guint sync_actor_size : 1;
|
||||
guint repeat_x : 1;
|
||||
guint repeat_y : 1;
|
||||
guint keep_aspect_ratio : 1;
|
||||
guint load_size_async : 1;
|
||||
guint load_data_async : 1;
|
||||
guint load_async_set : 1; /* used to make load_async
|
||||
possible */
|
||||
|
||||
ClutterTextureAsyncData *async_data;
|
||||
guint load_async_set : 1; /* used to make load_async possible */
|
||||
};
|
||||
|
||||
struct _ClutterTextureAsyncData
|
||||
|
Loading…
Reference in New Issue
Block a user