kolibrios/contrib/media/updf/apps/icons/scrup.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 (scrup.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];
} scrup = {
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\343"
"\341\337\343\341\337\343\341\337\343\341\337\343\341\337\343\341\337\343"
"\341\337\343\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\343\341\337\343"
"\341\337\343\341\337\343\341\337\343\341\337\343\341\337\343\341\337\343"
"\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\343\341\337\343\341\337\343"
"\341\337\343\341\337\343\341\337\343\341\337\343\341\337\343\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\343www\341\337\343\341\337\343\341\337\343"
"\341\337\343\341\337\343\341\337\343\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"
"wwwwwwwww\341\337\343\341\337\343\341\337\343\341\337\343\341\337\343\311"
"\311\310\177\177\177\177\177\177\376\376\376\341\337\344\341\337\344\341"
"\337\344\341\337\344wwwwwwwwwwwwwww\341\337\344\341\337\344\341\337\344\341"
"\337\344\311\311\310\177\177\177\177\177\177\376\376\376\340\336\342\340"
"\336\342\340\336\342\340\336\342\340\336\342\340\336\342www\340\336\342\340"
"\336\342\340\336\342\340\336\342\340\336\342\340\336\342\311\311\310\177"
"\177\177\177\177\177\376\376\376\336\335\341\336\335\341\336\335\341\336"
"\335\341\336\335\341\336\335\341www\336\335\341\336\335\341\336\335\341\336"
"\335\341\336\335\341\336\335\341\311\311\310\177\177\177\177\177\177\376"
"\376\376\336\335\341\336\335\341\336\335\341\336\335\341\336\335\341\336"
"\335\341www\336\335\341\336\335\341\336\335\341\336\335\341\336\335\341\336"
"\335\341\311\311\310\177\177\177\177\177\177\376\376\376\333\332\334\333"
"\332\334\333\332\334\333\332\334\333\332\334\333\332\334www\333\332\334\333"
"\332\334\333\332\334\333\332\334\333\332\334\333\332\334\311\311\310\177"
"\177\177\177\177\177\376\376\376\331\330\332\331\330\332\331\330\332\331"
"\330\332\331\330\332\331\330\332\331\330\332\331\330\332\331\330\332\331"
"\330\332\331\330\332\331\330\332\331\330\332\311\311\310\177\177\177\177"
"\177\177\376\376\376\330\327\330\330\327\330\330\327\330\330\327\330\330"
"\327\330\330\327\330\330\327\330\330\327\330\330\327\330\330\327\330\330"
"\327\330\330\327\330\330\327\330\311\311\310\177\177\177\177\177\177\376"
"\376\376\326\325\326\326\325\326\326\325\326\326\325\326\326\325\326\326"
"\325\326\326\325\326\326\325\326\326\325\326\326\325\326\326\325\326\326"
"\325\326\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",
};