summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas_vars.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-06-13 12:21:33 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-06-13 12:22:39 -0400
commit01b25b139b404a89cbe8deee6e04098be07ee34f (patch)
treec6bc9e4d5c237e465aaf64948e199407c81b6720 /gtk2_ardour/canvas_vars.h
parent3fa23021734f69cc169a650a8a05b8ed607c42ea (diff)
add first canvas string variable to canvas_vars.h - the ruler font
Diffstat (limited to 'gtk2_ardour/canvas_vars.h')
-rw-r--r--gtk2_ardour/canvas_vars.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/canvas_vars.h b/gtk2_ardour/canvas_vars.h
index ab8cb62828..11052d118f 100644
--- a/gtk2_ardour/canvas_vars.h
+++ b/gtk2_ardour/canvas_vars.h
@@ -255,3 +255,5 @@ CLOCK_VARS(PunchClock, "punch clock")
CLOCK_VARS(SelectionClock, "selection clock")
CLOCK_VARS(NudgeClock, "nudge clock")
CLOCK_VARS(GenericClock, "clock")
+
+CANVAS_STRING_VARIABLE(canvasvar_RulerFont, "ruler font")