~ubuntu-branches/debian/sid/x42-plugins/sid

« back to all changes in this revision

Viewing changes to meters.lv2/gui/meterimage.c

  • Committer: Package Import Robot
  • Author(s): Jaromír Mikeš
  • Date: 2015-03-23 18:26:21 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20150323182621-bxlw3w09u72u4ned
Tags: 20141101-1
* Imported Upstream version 20141101
* Bump Standards.
* Patch refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
        cairo_rotate (cr, ang);
97
97
        cairo_translate (cr, -tw/2.0, -th/2.0);
98
98
        pango_cairo_layout_path(cr, pl);
99
 
        pango_cairo_show_layout(cr, pl);
 
99
        cairo_fill(cr);
100
100
        g_object_unref(pl);
101
101
        cairo_restore(cr);
102
102
        cairo_new_path (cr);