/* GIMP RGBA C-Source image dump (bubble.c) */ static const struct { guint width; guint height; guint bytes_per_pixel; /* 3:RGB, 4:RGBA */ guint8 pixel_data[16 * 16 * 4 + 1]; } bubble = { 16, 16, 4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\344\344\3448\332\332\332\227\324\324\324" "\331\322\322\322\372\324\324\324\372\332\332\332\331\344\344\344\227\362" "\362\3628\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\330\330" "\330\227\311\311\311\377\276\276\276\0\266\266\266\0\264\264\264\0\266\266" "\266\0\276\276\276\0\311\311\311\377\330\330\330\377\352\352\352\227\0\0" "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\324\324\324#\300\300\300\377\257\257" "\257\0\241\241\241\0\231\231\231\0\226\226\226\0\231\231\231\0\241\241\241" "\0\257\257\257\0\300\300\300\0\324\324\324\377\352\352\352\270\0\0\0\0\0" "\0\0\0\0\0\0\0\330\330\330\227\300\300\300\377\252\252\252\0\226\226\226" "\0\206\206\206\0{{{\0xxx\0{{{\0\206\206\206\0\226\226\226\0\252\252\252\0" "\300\300\300\0\330\330\330\377\362\362\362\227\0\0\0\0\344\344\3448\311\311" "\311\377\257\257\257\0\226\226\226\0\177\177\177\0\377\377\377\377\377\377" "\377\377ZZZ\0___\0lll\0\177\177\177\0\226\226\226\0\257\257\257\0\311\311" "\311\0\344\344\344\377\377\377\3778\332\332\332\227\276\276\276\377\241\241" "\241\0\206\206\206\0\377\377\377\377\377\377\377\377CCC\0<<<\0CCC\0UUU\0" "lll\0\206\206\206\0\241\241\241\0\276\276\276\0\332\332\332\0\367\367\367" "\227\324\324\324\331\266\266\266\0\231\231\231\0{{{\0\377\377\377\377CCC" "\0***\0\36\36\36\0***\0CCC\0___\0{{{\0\231\231\231\0\266\266\266\0\324\324" "\324\0\362\362\362\331\322\322\322\372\264\264\264\0\226\226\226\0xxx\0Z" "ZZ\0<<<\0\36\36\36\0\0\0\0\0\36\36\36\0<<<\0ZZZ\0xxx\0\226\226\226\0\264" "\264\264\0\322\322\322\0\360\360\360\372\324\324\324\372\266\266\266\0\231" "\231\231\0{{{\0___\0CCC\0***\0\36\36\36\0***\0CCC\0___\0{{{\0\231\231\231" "\0\266\266\266\0\324\324\324\0\362\362\362\372\332\332\332\331\276\276\276" "\0\241\241\241\0\206\206\206\0lll\0UUU\0CCC\0<<<\0CCC\0UUU\0\0\0\0\377\206" "\206\206\0\241\241\241\0\276\276\276\0\332\332\332\0\367\367\367\331\344" "\344\344\227\311\311\311\0\257\257\257\0\226\226\226\0\177\177\177\0lll\0" "___\0ZZZ\0___\0\0\0\0\377\0\0\0\377\226\226\226\0\257\257\257\0\311\311\311" "\0\344\344\344\0\377\377\377\227\362\362\3628\330\330\330\377\300\300\300" "\0\252\252\252\0\226\226\226\0\206\206\206\0{{{\0xxx\0\0\0\0\377\0\0\0\377" "\226\226\226\0\252\252\252\0\300\300\300\0\330\330\330\0\362\362\362\377" "\377\377\3778\0\0\0\0\352\352\352\227\324\324\324\377\300\300\300\0\257\257" "\257\0\241\241\241\0\231\231\231\0\226\226\226\0\231\231\231\0\241\241\241" "\0\257\257\257\0\300\300\300\0\324\324\324\0\352\352\352\0\377\377\377\227" "\0\0\0\0\0\0\0\0\0\0\0\0\352\352\352\270\330\330\330\377\311\311\311\0\276" "\276\276\0\266\266\266\0\264\264\264\0\266\266\266\0\276\276\276\0\311\311" "\311\0\330\330\330\0\352\352\352\377\377\377\377\270\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0\0\0\362\362\362\227\344\344\344\377\332\332\332\377\324" "\324\324\0\322\322\322\0\324\324\324\0\332\332\332\0\344\344\344\0\362\362" "\362\377\377\377\377\227\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" "\0\0\0\0\377\377\3778\367\367\367\227\362\362\362\331\360\360\360\372\362" "\362\362\372\367\367\367\331\377\377\377\227\377\377\3778\0\0\0\0\0\0\0\0" "\0\0\0\0\0\0\0\0", };