ardour/gtk2_ardour/pixmaps/regin.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
828 B
C

/* XPM */
static const gchar * regin_xpm[] = {
"25 25 3 1",
" c None",
". c #FDFD00",
"+ c #FEFE00",
" ",
" ",
" ",
" ",
" .++++. ",
" .++++++. ",
" .+++++. ",
" +++++. ",
" ++++ ",
" ++++ ",
" ++++ ",
" .+++ ",
" +++ ",
" .++ ",
" +++ ",
" .++. ",
" +++ ",
" ++. ",
" ++ ",
" ++ ",
" ++ ",
" .. ",
" ",
" ",
" "};