From 7fad909266d49203537a28e6acc5d96b14bf4e7f Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 3 Oct 2014 14:05:18 +0000 Subject: Imported Upstream version 0.99 --- src/xsane-icons.c | 140 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 138 insertions(+), 2 deletions(-) (limited to 'src/xsane-icons.c') diff --git a/src/xsane-icons.c b/src/xsane-icons.c index b09d2f4..f06e3cd 100644 --- a/src/xsane-icons.c +++ b/src/xsane-icons.c @@ -905,7 +905,7 @@ const char *person_xpm[] = /* --------------------------------------------------- */ -const char *mail_xpm[] = +const char *email_xpm[] = { /* width height num_colors chars_per_pixel */ " 20 20 4 1", @@ -939,7 +939,7 @@ const char *mail_xpm[] = /* --------------------------------------------------- */ -const char *mailreceiver_xpm[] = +const char *emailreceiver_xpm[] = { /* width height num_colors chars_per_pixel */ " 20 20 3 1", @@ -1005,6 +1005,110 @@ const char *subject_xpm[] = /* --------------------------------------------------- */ +const char *adf_xpm[] = +{ +/* width height num_colors chars_per_pixel */ +" 20 20 4 1", +/* colors */ +"* c #000000", +". c #ffffff", +"- c #e0e0e0", +" none", +/* pixels */ +" ************", +" *..........*", +" ***..........*", +" *.*..........*", +" ***.*..........*", +" *.*.*..........*", +" ***.*.*..........*", +" *.*.*.*..........*", +" *.*.*.*..........*", +" *.*.*.*..........*", +" *.*.*.*..........*", +" *.*.*.*..........*", +" *.*.*.*..........*", +" *.*.*.************", +" *.*.*..........* ", +" *.*.************ ", +" *.*..........* ", +" *.************ ", +" *..........* ", +" ************ " +}; + +/* --------------------------------------------------- */ + + +const char *target_xpm[] = +{ +/* width height num_colors chars_per_pixel */ +" 20 20 4 1", +/* colors */ +"+ c #101010", +"* c #d06060", +". c #ffffff", +" none", +/* pixels */ +" ** ", +" ++**++ ", +" ++..**..++ ", +" +....**....+ ", +" +...++**++...+ ", +" +...+..**..+...+ ", +" +..+...**...+..+ ", +" +..+...+**+...+..+ ", +" +..+..+.**.+..+..+ ", +"*********..*********", +"*********..*********", +" +..+..+.**.+..+..+ ", +" +..+...+**+...+..+ ", +" +..+...**...+..+ ", +" +...+..**..+...+ ", +" +...++**++...+ ", +" +....**....+ ", +" ++..**..++ ", +" ++**++ ", +" ** " +}; + +/* --------------------------------------------------- */ + +const char *multipage_xpm[] = +{ +/* width height num_colors chars_per_pixel */ +" 20 20 5 1", +/* colors */ +"* c #000000", +". c #ffffff", +"- c #e0e0e0", +"# c #90a0b0", +" none", +/* pixels */ +"--------------------", +"-######************-", +"-######*..........*-", +"-###****..........*-", +"-###*..*..........*-", +"-****..*..........*-", +"-*..*..*..........*-", +"-*..*..*..........*-", +"-*..*..*..........*-", +"-*..*..*..........*-", +"-*..*..*..........*-", +"-*..*..*..........*-", +"-*..*..*..........*-", +"-*..*..*..........*-", +"-*..*..************-", +"-*..*..........*###-", +"-*..************###-", +"-*..........*######-", +"-************######-", +"--------------------" +}; + +/* --------------------------------------------------- */ + const char *colormode_xpm[] = { /* width height num_colors chars_per_pixel */ " 20 20 23 1", @@ -1057,6 +1161,38 @@ const char *colormode_xpm[] = { /* --------------------------------------------------- */ +const char *step_xpm[] = { +/* width height num_colors chars_per_pixel */ +" 20 20 3 1", +/* colors */ +". c #000000", +"# c #a0a0a0", +" none", +/* pixels */ +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ...... ", +" ...... ", +" .....#. ", +" ......#. ", +" ........#. ", +" .........#....... ", +" .................. ", +" .................. ", +" .................. ", +" ...... ....... ", +" ", +" ", +" " +}; + +/* --------------------------------------------------- */ + const char *medium_xpm[] = { /* width height num_colors chars_per_pixel */ " 20 20 3 1", -- cgit v1.2.3