summaryrefslogtreecommitdiff
path: root/src/empathy-rounded-rectangle.h
diff options
context:
space:
mode:
authorEmanuele Aina <em@nerd.ocracy.org>2012-03-09 08:58:16 +0100
committerEmanuele Aina <emanuele.aina@collabora.com>2012-03-12 12:52:22 +0100
commit6fe60c87090fe013d7b803eb82a3ddb9568eccb9 (patch)
tree1e4989f1f0c747b68ead6521598a928585fa70bb /src/empathy-rounded-rectangle.h
parent532a1f7c653866c50589d37fb20b13e1f71738cf (diff)
downloadempathy-6fe60c87090fe013d7b803eb82a3ddb9568eccb9.tar.gz
Match the preview highlight roundedness with the video
https://bugzilla.gnome.org/show_bug.cgi?id=671720
Diffstat (limited to 'src/empathy-rounded-rectangle.h')
-rw-r--r--src/empathy-rounded-rectangle.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/empathy-rounded-rectangle.h b/src/empathy-rounded-rectangle.h
index 38d396f39..e4bf72c6e 100644
--- a/src/empathy-rounded-rectangle.h
+++ b/src/empathy-rounded-rectangle.h
@@ -59,8 +59,9 @@ GType empathy_rounded_rectangle_get_type (void);
(G_TYPE_INSTANCE_GET_CLASS ((obj), EMPATHY_TYPE_ROUNDED_RECTANGLE, \
EmpathyRoundedRectangleClass))
-ClutterActor *empathy_rounded_rectangle_new (guint width,
- guint height);
+EmpathyRoundedRectangle *empathy_rounded_rectangle_new (guint width,
+ guint height,
+ guint round_factor);
void
empathy_rounded_rectangle_set_border_width (EmpathyRoundedRectangle *self,