[maemo-commits] [maemo-commits] r17195 - in projects/haf/trunk/clutter: clutter/cogl/gl debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Jan 15 13:47:14 EET 2009
- Previous message: [maemo-commits] r17194 - in projects/haf/trunk/clutter: clutter/eglx debian
- Next message: [maemo-commits] r17196 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: gw Date: 2009-01-15 13:47:10 +0200 (Thu, 15 Jan 2009) New Revision: 17195 Modified: projects/haf/trunk/clutter/clutter/cogl/gl/cogl.c projects/haf/trunk/clutter/debian/changelog Log: Removed warning Modified: projects/haf/trunk/clutter/clutter/cogl/gl/cogl.c =================================================================== --- projects/haf/trunk/clutter/clutter/cogl/gl/cogl.c 2009-01-15 11:36:57 UTC (rev 17194) +++ projects/haf/trunk/clutter/clutter/cogl/gl/cogl.c 2009-01-15 11:47:10 UTC (rev 17195) @@ -853,7 +853,7 @@ guint w, guint h) { - guint viewport[4]; + gint viewport[4]; GE( glGetIntegerv(GL_VIEWPORT, viewport) ); GE( glViewport (x, y, w, h) ); Modified: projects/haf/trunk/clutter/debian/changelog =================================================================== --- projects/haf/trunk/clutter/debian/changelog 2009-01-15 11:36:57 UTC (rev 17194) +++ projects/haf/trunk/clutter/debian/changelog 2009-01-15 11:47:10 UTC (rev 17195) @@ -10,6 +10,7 @@ textures via XShapeGetRectangles * Modified eglx_texture_pixmap to try creating a texture with alpha before it creates one without - this solves the transparent window issue on Rover + * removed warning from GL/cogl.c -- Gordon Williams <gordon.williams at collabora.co.uk> Mon, 14 Jan 2009 19:21:48 +0000
- Previous message: [maemo-commits] r17194 - in projects/haf/trunk/clutter: clutter/eglx debian
- Next message: [maemo-commits] r17196 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]