diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-08-17 20:20:29 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-08-19 17:27:27 +0800 |
commit | c1eb12ebde6572a01744a8120440e630c8920d3a (patch) | |
tree | d07b5a0317af884a099e493b75337d7117f263d9 /src/Makefile.am | |
parent | b11d6d385735ef43450271d7f07604448f751ce2 (diff) | |
download | gsoc2013-empathy-c1eb12ebde6572a01744a8120440e630c8920d3a.tar gsoc2013-empathy-c1eb12ebde6572a01744a8120440e630c8920d3a.tar.gz gsoc2013-empathy-c1eb12ebde6572a01744a8120440e630c8920d3a.tar.bz2 gsoc2013-empathy-c1eb12ebde6572a01744a8120440e630c8920d3a.tar.lz gsoc2013-empathy-c1eb12ebde6572a01744a8120440e630c8920d3a.tar.xz gsoc2013-empathy-c1eb12ebde6572a01744a8120440e630c8920d3a.tar.zst gsoc2013-empathy-c1eb12ebde6572a01744a8120440e630c8920d3a.zip |
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
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |