From 01b25b139b404a89cbe8deee6e04098be07ee34f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 13 Jun 2014 12:21:33 -0400 Subject: [PATCH] add first canvas string variable to canvas_vars.h - the ruler font --- gtk2_ardour/canvas_vars.h | 2 ++ 1 file changed, 2 insertions(+) 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")