mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
2007-06-08 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-texture.c: (clutter_texture_get_pixbuf): Remove stray printf.
This commit is contained in:
parent
2c40b4b53d
commit
6c99b685dd
@ -1,3 +1,8 @@
|
|||||||
|
2007-06-08 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/clutter-texture.c: (clutter_texture_get_pixbuf):
|
||||||
|
Remove stray printf.
|
||||||
|
|
||||||
2007-06-08 Matthew Allum <mallum@openedhand.com>
|
2007-06-08 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-actor.c:
|
* clutter/clutter-actor.c:
|
||||||
|
@ -1021,8 +1021,6 @@ clutter_texture_get_pixbuf (ClutterTexture* texture)
|
|||||||
|
|
||||||
/* FIXME: cogl */
|
/* FIXME: cogl */
|
||||||
|
|
||||||
printf("grabbing single tile - %i x %i\n", priv->width, priv->height);
|
|
||||||
|
|
||||||
glBindTexture(priv->target_type, priv->tiles[0]);
|
glBindTexture(priv->target_type, priv->tiles[0]);
|
||||||
|
|
||||||
glPixelStorei (GL_UNPACK_ROW_LENGTH, priv->width);
|
glPixelStorei (GL_UNPACK_ROW_LENGTH, priv->width);
|
||||||
|
Loading…
Reference in New Issue
Block a user