~ubuntu-branches/debian/stretch/ardour/stretch

« back to all changes in this revision

Viewing changes to gtk2_ardour/utils.h

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Knoth
  • Date: 2010-06-02 20:00:17 UTC
  • mfrom: (1.2.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100602200017-v9k3ha7ucsk62yw5
Tags: 1:2.8.9-1
* Imported Upstream version 2.8.9
* Drop mute patch, it's been fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
                      int           height);
97
97
Glib::RefPtr<Gdk::Pixbuf> pixbuf_from_ustring (const Glib::ustring& name,
98
98
                                               Pango::FontDescription* font,
 
99
                                               uint32_t rgba,
99
100
                                               int clip_width,
100
101
                                               int clip_height);
101
102