From c1eb12ebde6572a01744a8120440e630c8920d3a Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Wed, 17 Aug 2011 13:20:29 +0100 Subject: Add a rectangle actor with rounded corners This is a ClutterCairoTexture subclass and uses Cairo for drawing as Cairo is antialiased while Cogl is not. https://bugzilla.gnome.org/show_bug.cgi?id=656576 --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index d77f75fd9..91c9988e9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -179,6 +179,8 @@ empathy_call_SOURCES = \ empathy-mic-menu.h \ empathy-rounded-actor.c \ empathy-rounded-actor.h \ + empathy-rounded-rectangle.c \ + empathy-rounded-rectangle.h \ empathy-rounded-texture.c \ empathy-rounded-texture.h \ empathy-mic-monitor.c \ -- cgit v1.2.3