summaryrefslogtreecommitdiff
path: root/gtk2_ardour/stereo_panner.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-01-09 18:19:57 +0100
committerRobin Gareus <robin@gareus.org>2014-01-09 18:19:57 +0100
commitd343ffbde53ba2a6f39683465b3680e78e587992 (patch)
tree2b527d2248da2e7a954fae33c424f4a47ce3f756 /gtk2_ardour/stereo_panner.h
parent5d3b441bf79a262ee6e049a13631c327d69d576a (diff)
refine stereo-panner GUI:
* cairo pixel alignment * use pango for text
Diffstat (limited to 'gtk2_ardour/stereo_panner.h')
-rw-r--r--gtk2_ardour/stereo_panner.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/stereo_panner.h b/gtk2_ardour/stereo_panner.h
index bb4687d209..5ecf343ab1 100644
--- a/gtk2_ardour/stereo_panner.h
+++ b/gtk2_ardour/stereo_panner.h
@@ -95,6 +95,9 @@ class StereoPanner : public PannerInterface
bool _dragging;
+ static Pango::AttrList panner_font_attributes;
+ static bool have_font;
+
static ColorScheme colors[3];
static void set_colors ();
static bool have_colors;