summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas_vars.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-02-02 01:54:01 +0000
committerDavid Robillard <d@drobilla.net>2008-02-02 01:54:01 +0000
commit9b36d0c57d382c08a14faa1d1fd682f913da26c8 (patch)
tree85ef1ff95c04c63b914404d93de22bbe56d6606a /gtk2_ardour/canvas_vars.h
parentdbae21f78c22462879d1b476db2778485eeaab48 (diff)
Move selected/unselected region/waveform colours to colour file for configurability.
Changed the region selection colour in the default theme to match the track selection colour (and the tool one, and the MIDI one in 3.0, and....). (Note: If someone hates these colours, the old "reverse video" like behaviour can still be done in the colour file or w/ the theme manager). git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2987 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 ee54682f96..d4acf8ec9b 100644
--- a/gtk2_ardour/canvas_vars.h
+++ b/gtk2_ardour/canvas_vars.h
@@ -1,5 +1,7 @@
CANVAS_VARIABLE(canvasvar_WaveForm, "waveform outline")
CANVAS_VARIABLE(canvasvar_WaveFormFill, "waveform fill")
+CANVAS_VARIABLE(canvasvar_SelectedWaveForm, "selected waveform outline")
+CANVAS_VARIABLE(canvasvar_SelectedWaveFormFill, "selected waveform fill")
CANVAS_VARIABLE(canvasvar_WaveFormClip, "clipped waveform")
CANVAS_VARIABLE(canvasvar_FrameBase, "region base")
CANVAS_VARIABLE(canvasvar_SelectedFrameBase, "selected region base")