annotate gui/dialog/pixmaps/aspect11.xpm @ 37195:ac6c37d85d65
default tip
configure: Fix initialization of variable def_local_aligned_32
It contiained the #define of HAVE_LOCAL_ALIGNED_16 instead
of HAVE_LOCAL_ALIGNED_32.
author |
al |
date |
Sun, 28 Sep 2014 18:38:41 +0000 |
parents |
3c901704a27c |
children |
|
rev |
line source |
35526
|
1 /* XPM */
|
|
2 static const char *const aspect11_xpm[] = {
|
|
3 "19 16 3 1 0 0",
|
|
4 " c #000000",
|
|
5 "! c #FFFFFF",
|
|
6 "# c None",
|
|
7 "###################",
|
|
8 "###################",
|
|
9 "###################",
|
|
10 "# #",
|
|
11 " !!!!!!!!!!!!!!! ",
|
|
12 " ! ! ",
|
|
13 " ! ! ! ! ",
|
|
14 " ! !! ! !! ! ",
|
|
15 " ! ! ! ! ",
|
|
16 " ! ! ! ! ! ",
|
|
17 " ! !!! !!! ! ",
|
|
18 " ! ! ",
|
|
19 " !!!!!!!!!!!!!!! ",
|
|
20 "# #",
|
|
21 "###################",
|
|
22 "###################"
|
|
23 };
|