]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/ogl/studio/bitmaps/tick.xpm
Sample update - wxTE_AUTO_URL from Mart R. [patch 1126182]
[wxWidgets.git] / contrib / samples / ogl / studio / bitmaps / tick.xpm
Content-type: text/html ]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/ogl/studio/bitmaps/tick.xpm


500 - Internal Server Error

Malformed UTF-8 character (fatal) at /usr/lib/x86_64-linux-gnu/perl5/5.40/HTML/Entities.pm line 485, <$fd> line 52.
CommitLineData
1fc25a89
JS
1/* XPM */
2static char *tick[] = {
3/* width height num_colors chars_per_pixel */
4" 11 11 2 1",
5/* colors */
6". c #000000",
7"# c #c0c0c0",
8/* pixels */
9"###########",
10".#######.##",
11".######...#",
12".#####....#",
13".####....##",
14"..##....###",
15".......####",
16"......#####",
17".#...######",
18".##.#######",
19".##########"
20};
21