/* 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", };