mirror of
https://github.com/brl/mutter.git
synced 2024-12-03 21:30:41 -05:00
* clutter/cogl/gles/cogl.c: (cogl_rectangle_internal): increase size
of GLfixed[] array to make contents fit.
This commit is contained in:
parent
f0145e7f83
commit
6bb998f25f
@ -1,3 +1,8 @@
|
|||||||
|
2008-02-01 Øyvind Kolås <pippin@o-hand.com>
|
||||||
|
|
||||||
|
* clutter/cogl/gles/cogl.c: (cogl_rectangle_internal): increase size
|
||||||
|
of GLfixed[] array to make contents fit.
|
||||||
|
|
||||||
2008-02-01 Emmanuele Bassi <ebassi@openedhand.com>
|
2008-02-01 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-actor.h: Clean up a bit the flag-related macros.
|
* clutter/clutter-actor.h: Clean up a bit the flag-related macros.
|
||||||
|
@ -268,7 +268,7 @@ cogl_rectangle_internal (ClutterFixed x,
|
|||||||
ClutterFixed width,
|
ClutterFixed width,
|
||||||
ClutterFixed height)
|
ClutterFixed height)
|
||||||
{
|
{
|
||||||
GLfixed rect_verts[4] = {
|
GLfixed rect_verts[8] = {
|
||||||
x, y,
|
x, y,
|
||||||
x + width, y,
|
x + width, y,
|
||||||
x, y + height,
|
x, y + height,
|
||||||
|
Loading…
Reference in New Issue
Block a user