kolibrios/contrib/media/updf/apps/icons/scrrt.c
right-hearted 26b2217e55 Some design adjustments
git-svn-id: svn://kolibrios.org@4696 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-03-25 18:02:06 +00:00

59 lines
3.7 KiB
C

/* GIMP RGB C-Source image dump (scrrt.c) */
static const struct {
unsigned int width;
unsigned int height;
unsigned int bytes_per_pixel; /* 3:RGB, 4:RGBA */
unsigned char pixel_data[17 * 17 * 3 + 1];
} scrrt = {
17, 17, 3,
"\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177"
"\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177"
"\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177"
"\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376"
"\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376\376"
"\376\376\376\376\376\376\311\311\310\177\177\177\177\177\177\376\376\376"
"\341\337\343\341\337\343\341\337\343\341\337\343\341\337\343\341\337\344"
"\340\336\342\336\335\341\335\334\337\333\332\334\331\330\332\330\327\330"
"\326\325\326\311\311\310\177\177\177\177\177\177\376\376\376\341\337\343"
"\341\337\343\341\337\343\341\337\343\341\337\343\341\337\344\340\336\342"
"\336\335\341\335\334\337\333\332\334\331\330\332\330\327\330\326\325\326"
"\311\311\310\177\177\177\177\177\177\376\376\376\341\337\343\341\337\343"
"\341\337\343\341\337\343\341\337\343\341\337\344\340\336\342\336\335\341"
"\335\334\337\333\332\334\331\330\332\330\327\330\326\325\326\311\311\310"
"\177\177\177\177\177\177\376\376\376\341\337\343\341\337\343\341\337\343"
"\341\337\343\341\337\343\341\337\344\340\336\342\336\335\341\335\334\337"
"\333\332\334\331\330\332\330\327\330\326\325\326\311\311\310\177\177\177"
"\177\177\177\376\376\376\341\337\343\341\337\343\341\337\343\341\337\343"
"\341\337\343\341\337\344\340\336\342www\335\334\337\333\332\334\331\330\332"
"\330\327\330\326\325\326\311\311\310\177\177\177\177\177\177\376\376\376"
"\341\337\343\341\337\343\341\337\343\341\337\343\341\337\343\341\337\344"
"\340\336\342wwwwww\333\332\334\331\330\332\330\327\330\326\325\326\311\311"
"\310\177\177\177\177\177\177\376\376\376\341\337\343\341\337\343\341\337"
"\343wwwwwwwwwwwwwwwwwwwww\331\330\332\330\327\330\326\325\326\311\311\310"
"\177\177\177\177\177\177\376\376\376\341\337\343\341\337\343\341\337\343"
"\341\337\343\341\337\343\341\337\344\340\336\342wwwwww\333\332\334\331\330"
"\332\330\327\330\326\325\326\311\311\310\177\177\177\177\177\177\376\376"
"\376\341\337\343\341\337\343\341\337\343\341\337\343\341\337\343\341\337"
"\344\340\336\342www\335\334\337\333\332\334\331\330\332\330\327\330\326\325"
"\326\311\311\310\177\177\177\177\177\177\376\376\376\341\337\343\341\337"
"\343\341\337\343\341\337\343\341\337\343\341\337\344\340\336\342\336\335"
"\341\335\334\337\333\332\334\331\330\332\330\327\330\326\325\326\311\311"
"\310\177\177\177\177\177\177\376\376\376\341\337\343\341\337\343\341\337"
"\343\341\337\343\341\337\343\341\337\344\340\336\342\336\335\341\335\334"
"\337\333\332\334\331\330\332\330\327\330\326\325\326\311\311\310\177\177"
"\177\177\177\177\376\376\376\341\337\343\341\337\343\341\337\343\341\337"
"\343\341\337\343\341\337\344\340\336\342\336\335\341\335\334\337\333\332"
"\334\331\330\332\330\327\330\326\325\326\311\311\310\177\177\177\177\177"
"\177\376\376\376\341\337\343\341\337\343\341\337\343\341\337\343\341\337"
"\343\341\337\344\340\336\342\336\335\341\335\334\337\333\332\334\331\330"
"\332\330\327\330\326\325\326\311\311\310\177\177\177\177\177\177\311\311"
"\310\311\311\310\311\311\310\311\311\310\311\311\310\311\311\310\311\311"
"\310\311\311\310\311\311\310\311\311\310\311\311\310\311\311\310\311\311"
"\310\311\311\310\311\311\310\177\177\177\177\177\177\177\177\177\177\177"
"\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177"
"\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177\177"
"\177\177\177\177\177\177\177",
};