summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rgb_macros.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-08 19:19:55 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-08 19:19:55 +0000
commitcc074c66fabd3fb28f8387b64f58e6d49206f122 (patch)
tree94df315220a852aae412ddfcc70a0e4579072994 /gtk2_ardour/rgb_macros.h
parentb12beab67c70045269d6ec5dc735c2f4af67c4f9 (diff)
cairo-ify expose handlers for PixFader and PixScroller (latter is not used); tweak UI RC file in response; move rgb macros to gtkmm2ext for easier use there as we go cairo over time
git-svn-id: svn://localhost/ardour2/branches/3.0@8775 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/rgb_macros.h')
-rw-r--r--gtk2_ardour/rgb_macros.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/gtk2_ardour/rgb_macros.h b/gtk2_ardour/rgb_macros.h
new file mode 100644
index 0000000000..ceda85738d
--- /dev/null
+++ b/gtk2_ardour/rgb_macros.h
@@ -0,0 +1,28 @@
+/*
+ Copyright (C) 2000 EMC Capital Management, Inc.
+
+ Developed by Jon Trowbridge <trow@gnu.org> and
+ Havoc Pennington <hp@pobox.com>.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+*/
+
+#ifndef __gtk_ardour_rgb_macros_h__
+#define __gtk_ardour_rgb_macros_h__
+
+#include "gtkmm2ext/rgb_macros.h"
+
+#endif /* __gtk_ardour_rgb_macros_h__ */