From: Paul Davis Date: Fri, 13 Jun 2014 16:21:33 +0000 (-0400) Subject: add first canvas string variable to canvas_vars.h - the ruler font X-Git-Tag: 4.0-rc1~1601^2~915 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=01b25b139b404a89cbe8deee6e04098be07ee34f;p=ardour.git add first canvas string variable to canvas_vars.h - the ruler font --- 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")