]> git.0d.be Git - empathy.git/blobdiff - src/empathy-rounded-texture.c
remove released flag
[empathy.git] / src / empathy-rounded-texture.c
index eb0fbcb266f5dbc4e13c7128038829faf9dbdcd2..46c0b21354ff91c3be891038c4155b677ceab52f 100644 (file)
@@ -18,9 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-
-#include <clutter/clutter.h>
-
+#include "config.h"
 #include "empathy-rounded-texture.h"
 
 G_DEFINE_TYPE (EmpathyRoundedTexture,
@@ -45,6 +43,10 @@ empathy_rounded_texture_paint (ClutterActor *texture)
 
   CLUTTER_ACTOR_CLASS (empathy_rounded_texture_parent_class)->paint (texture);
 
+  /* Flip */
+  cogl_rectangle_with_texture_coords (0, 0, width, height,
+      1., 0., 0., 1.);
+
   cogl_clip_pop ();
 }