diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:31 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:31 +0000 |
commit | 129ed4b29e21fdb8bda3bee89c3e5d8cca6ba749 (patch) | |
tree | a9b7be66e1a760c586d68ab7d601953f5a090c7c /src/xsane-icons.c | |
parent | 96b92dfa3cb0a3ae876a3e650984a404327cdf93 (diff) |
Imported Upstream version 0.993upstream/0.993
Diffstat (limited to 'src/xsane-icons.c')
-rw-r--r-- | src/xsane-icons.c | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/src/xsane-icons.c b/src/xsane-icons.c index f06e3cd..ba76144 100644 --- a/src/xsane-icons.c +++ b/src/xsane-icons.c @@ -3,7 +3,7 @@ xsane-icons.c Oliver Rauch <Oliver.Rauch@rauch-domain.de> - Copyright (C) 1998-2005 Oliver Rauch + Copyright (C) 1998-2007 Oliver Rauch This file is part of the XSANE package. This program is free software; you can redistribute it and/or modify @@ -2910,6 +2910,42 @@ const char *resolution_y_xpm[] = /* --------------------------------------------------- */ +const char *cms_xpm[] = +{ +/* width height num_colors chars_per_pixel */ +" 20 20 6 1", +/* colors */ +". c #000000", +" none", +"w c #ffffff", +"r c #ff0000", +"g c #00ff00", +"b c #0000ff", +/* pixels */ +" ", +" ", +" ", +" ", +" ", +" ", +" rrrr g g bbbb ", +"rrrrrr gg gg bbbbbb", +"rr r gggggg bb b", +"rr gggggg bb ", +"rr gg gg bbbbb ", +"rr gg gg bbbb ", +"rr gg gg bb", +"rr r gg gg b bb", +"rrrrrr gg gg bbbbbb", +" rrrr gg gg bbbb ", +" ", +" ", +" ", +" ", +}; + +/* --------------------------------------------------- */ + const char *scanner_xpm[] = { /* width height num_colors chars_per_pixel */ |