~ubuntu-branches/ubuntu/utopic/unity-greeter/utopic

« back to all changes in this revision

Viewing changes to src/dash-box.vala

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2013-01-04 10:37:29 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: package-import@ubuntu.com-20130104103729-ydal31wfuhirb8zb
Tags: upstream-13.04.0
ImportĀ upstreamĀ versionĀ 13.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
        return base.draw (c);
229
229
    }
230
230
 
231
 
    private void cairo_rounded_rectangle (Cairo.Context c, double x, double y,
232
 
                                          double width, double height,
233
 
                                          double radius)
 
231
    public static void cairo_rounded_rectangle (Cairo.Context c, double x,
 
232
                                                double y, double width,
 
233
                                                double height, double radius)
234
234
    {
235
235
        var w = width - radius * 2;
236
236
        var h = height - radius * 2;