From 574db5d874f3a9c7645c91d9ffe71c869880aa07 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 18 Jan 2008 00:09:55 +0000 Subject: audun's waveview outline patch; some diskstream fixes; real splash screen; more reorganization of new session dialog use; about is not marked as a splashscreen anymore (help out KDE users) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2935 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/canvas-waveview.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/canvas-waveview.h') diff --git a/gtk2_ardour/canvas-waveview.h b/gtk2_ardour/canvas-waveview.h index 30696defd0..3d7b02946d 100644 --- a/gtk2_ardour/canvas-waveview.h +++ b/gtk2_ardour/canvas-waveview.h @@ -101,9 +101,12 @@ struct _GnomeCanvasWaveView uint32_t wave_color; uint32_t clip_color; uint32_t zero_color; + uint32_t fill_color; + char filled; char rectified; - char logscaled; + char zero_line; + char logscaled; /* These are updated by the update() routine to optimize the render() routine, which may @@ -116,6 +119,7 @@ struct _GnomeCanvasWaveView int32_t bbox_lry; unsigned char wave_r, wave_g, wave_b, wave_a; unsigned char clip_r, clip_g, clip_b, clip_a; + unsigned char fill_r, fill_g, fill_b, fill_a; uint32_t samples; uint32_t region_start; int32_t reload_cache_in_render; -- cgit v1.2.3