From 670641c3df89af73de36efa5b0a184c2430275b0 Mon Sep 17 00:00:00 2001 From: Doug McLain Date: Sun, 12 Mar 2006 15:46:29 +0000 Subject: create xpm files from hard coded pixmaps, added function get_xpm() to make sure any xpm only gets load from disk once git-svn-id: svn://localhost/trunk/ardour2@379 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/pixmaps/linout.xpm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 gtk2_ardour/pixmaps/linout.xpm (limited to 'gtk2_ardour/pixmaps/linout.xpm') diff --git a/gtk2_ardour/pixmaps/linout.xpm b/gtk2_ardour/pixmaps/linout.xpm new file mode 100644 index 0000000000..f38a8496c2 --- /dev/null +++ b/gtk2_ardour/pixmaps/linout.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static const gchar * linout_xpm[] = { +"25 25 3 1", +" c None", +". c #FDFD00", +"+ c #FEFE00", +" ", +" ", +" ", +" .. ", +" +++ ", +" .+++ ", +" ++++ ", +" ++++ ", +" +++. ", +" +++ ", +" +++ ", +" +++ ", +" +++ ", +" +++ ", +" +++ ", +" +++ ", +" .+++ ", +" ++++ ", +" ++++ ", +" ++++ ", +" ++++ ", +" .. ", +" ", +" ", +" "}; -- cgit v1.2.3