Summary: chore, refactor nested function construct in event-Xt.c
[sxemacs] / src / ui / bitmaps.h
1 /* 
2
3 This file is part of SXEmacs
4
5 SXEmacs is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation, either version 3 of the License, or
8 (at your option) any later version.
9
10 SXEmacs is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with this program.  If not, see <http://www.gnu.org/licenses/>. */
17
18
19 /* Synched up with: Not in FSF. */
20
21 /* Authorship:
22
23    JWZ (?): 1992?.
24  */
25
26 #ifndef INCLUDED_bitmaps_h_
27 #define INCLUDED_bitmaps_h_
28
29 #if 0
30 /* A gnu, like on the back of the emacs manual, for icons. */
31 #include "../etc/gnu.xbm"
32
33 /* The kitchen-sink icon. */
34 #include "../etc/sink.xbm"
35 #endif                          /* 0 */
36
37 #include "../etc/sxemacs.xbm"
38
39 #if 0
40 /* Vertical bars */
41 #define compress_width 16
42 #define compress_height 10
43 static unsigned char compress_bits[] = {
44         0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66,
45         0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66
46 };
47
48 /* Bracketed dash */
49 #define compress_width 15
50 #define compress_height 10
51 static unsigned char compress_bits[] = {
52         0x1f, 0x7c, 0x1f, 0x7c, 0x03, 0x60, 0x03, 0x60, 0xe3, 0x63, 0xe3, 0x63,
53         0x03, 0x60, 0x03, 0x60, 0x1f, 0x7c, 0x1f, 0x7c
54 };
55 #endif
56
57 #if 0
58 /* Rectangled dash */
59 #define compress_width 15
60 #define compress_height 10
61 static unsigned c