Remove trailing whitespace.
[dockapps.git] / wmglobe / src / zapnum.h
blob75e8a1fc046d7709c2fda33abb8586bb8fa88bbe
1 /* WMGlobe 1.3 - All the Earth on a WMaker Icon
2 * copyright (C) 1998,99,2000,01 Jerome Dumonteil <jerome.dumonteil@linuxfr.org>
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 ***************************************************************************/
19 int zapnum[14][4] = {
20 {90, 0, 10, 13},
21 {0, 0, 10, 13},
22 {10, 0, 10, 13},
23 {20, 0, 10, 13},
24 {30, 0, 10, 13},
25 {40, 0, 10, 13},
26 {50, 0, 10, 13},
27 {60, 0, 10, 13},
28 {70, 0, 10, 13},
29 {80, 0, 10, 13},
30 {100, 0, 10, 13},
31 {110, 0, 10, 13},
32 {100, 0, 5, 13},
33 {114, 0, 5, 13}
37 * int zapnum2[14][4] =
38 * {
39 * {72, 0, 8, 13},
40 * {0, 0, 8, 13},
41 * {8, 0, 8, 13},
42 * {16, 0, 8, 13},
43 * {24, 0, 8, 13},
44 * {32, 0, 8, 13},
45 * {40, 0, 8, 13},
46 * {48, 0, 8, 13},
47 * {56, 0, 8, 13},
48 * {64, 0, 8, 13},
49 * {80, 0, 8, 13},
50 * {88, 0, 8, 13},
51 * {80, 0, 6, 13},
52 * {92, 0, 6, 13}
53 * };
56 int platd[4][2] = {
57 {2, 12},
58 {6, 12},
59 {16, 12},
60 {26, 12}
62 int platm[2][2] = {
63 {42, 12},
64 {52, 12}
66 int plongd[4][2] = {
67 {2, 36},
68 {6, 36},
69 {16, 36},
70 {26, 36}
72 int plongm[2][2] = {
73 {42, 36},
74 {52, 36}