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

« back to all changes in this revision

Viewing changes to mixtri.lv2/gui/mixtri.c

  • Committer: Package Import Robot
  • Author(s): Jaromír Mikeš
  • Date: 2015-06-09 03:12:15 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20150609031215-2582mlqmpovk2g7m
Tags: 20150608-1
* Remove spelling patch - applied upstream.
* Remove GTK build-deps - not needed now.
* Improved description.
* Exclude mipsel from build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
        rounded_rectangle(cr, -1, -1, tw+3, th+1, 3);
233
233
        cairo_fill(cr);
234
234
        CairoSetSouerceRGBA(c_wht);
235
 
        pango_cairo_layout_path(cr, pl);
236
235
        pango_cairo_show_layout(cr, pl);
237
236
        g_object_unref(pl);
238
237
        cairo_restore(cr);