mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
2007-06-19 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-stage.c: * clutter/clutter-stage.h: * clutter/glx/clutter-stage-glx.c: * clutter/sdl/clutter-stage-sdl.c: Add window title setting/getting functionality. * clutter/clutter-event.c: (clutter_key_event_unicode): Remove uneeded convert case call. * clutter/cogl/gl/cogl.c: (cogl_rectangle) Use parameters correctly for underlying GL rect call. * tests/test-entry.c: Add a window title.
This commit is contained in:
parent
3a6ea6dc16
commit
c451d0501b
@ -415,7 +415,7 @@ cogl_texture_sub_image_2d (COGLenum target,
|
|||||||
void
|
void
|
||||||
cogl_rectangle (gint x, gint y, guint width, guint height)
|
cogl_rectangle (gint x, gint y, guint width, guint height)
|
||||||
{
|
{
|
||||||
GE( glRecti (x,y ,width, height) );
|
GE( glRecti (x, y, x + width, y + height) );
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME: Should use ClutterReal or Fixed */
|
/* FIXME: Should use ClutterReal or Fixed */
|
||||||
|
Loading…
Reference in New Issue
Block a user