ardour/gtk2_ardour/pixmaps/loin.xpm
Doug McLain 670641c3df 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
2006-03-12 15:46:29 +00:00

32 lines
827 B
C

/* XPM */
static const gchar * loin_xpm[] = {
"25 25 3 1",
" c None",
". c #F6F92A",
"+ c #F6FA2A",
" ",
" ",
" .+. ",
" +++ ",
" +++ ",
" +++ ",
" +++ ",
" ++ ",
" +++ ",
" +++ ",
" +++ ",
" +++ ",
" +++ ",
" +++ ",
" +++ ",
" ++++ ",
" +++++ ",
" ++++++ ",
" .++++++++ ",
" .+++++++ ",
" ",
" ",
" ",
" ",
" "};