kolibrios/contrib/media/updf/apps/icons/scrlt.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

60 lines
3.8 KiB
C

/* GIMP RGB C-Source image dump (scrlt.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];
} scrlt = {
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\336\335\341\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\336\335\341\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"
"\336\335\341\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\336\335\341"
"\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\0\0\0\340\336\342\336\335\341\336\335\341\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\0\0\0\341\337\344\340"
"\336\342\336\335\341\336\335\341\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\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\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\0\0\0\341\337\344\340\336"
"\342\336\335\341\336\335\341\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\0\0\0\340\336\342\336\335\341\336"
"\335\341\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\336\335\341\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\336\335\341\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\336\335\341\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\336\335\341\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",
};