]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/ogl/studio/bitmaps/alignt.xpm
Added extern "C" around winsock and moved it before "wx/msw/private.h"
[wxWidgets.git] / contrib / samples / ogl / studio / bitmaps / alignt.xpm
CommitLineData
1fc25a89
JS
1/* XPM */
2static char *alignt_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"16 15 3 1",
5" c None",
6". c Black",
7"X c Yellow",
8/* pixels */
9" ",
10" ..... ........",
11" .XXX. .XXXXXX.",
12" .XXX. .XXXXXX.",
13" .XXX. .XXXXXX.",
14" .XXX. .XXXXXX.",
15" ..... .XXXXXX.",
16" .XXXXXX.",
17" .XXXXXX.",
18" .XXXXXX.",
19" .XXXXXX.",
20" .XXXXXX.",
21" ........",
22" ",
23" "
24};