From 842ade44fb962435ae6cf2a84f6fc933b771e9c3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 Jun 2007 17:48:08 +0000 Subject: [PATCH] Move (default) colours from code to rc file. Write/read colours from XML in hex (ie usual RGBA values). Fix "clipped aveform" typo in canvas vars. git-svn-id: svn://localhost/ardour2/trunk@1991 d708f5d6-7413-0410-9779-e7cbd77b26cf --- ardour.rc.in | 83 ++++++++++ gtk2_ardour/ardev_common.sh.in | 2 +- libs/ardour/ardour/canvas_vars.h | 162 ++++++++++---------- libs/ardour/ardour/configuration.h | 18 +-- libs/ardour/ardour/configuration_variable.h | 9 +- libs/ardour/configuration.cc | 15 +- 6 files changed, 193 insertions(+), 96 deletions(-) diff --git a/ardour.rc.in b/ardour.rc.in index 340cd730ad..89a737aae7 100644 --- a/ardour.rc.in +++ b/ardour.rc.in @@ -39,6 +39,89 @@