/[emacs]/emacs/src/gnu.h
ViewVC logotype

Diff of /emacs/src/gnu.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by cyd, Wed Nov 16 16:03:26 2005 UTC revision 1.10 by cyd, Wed Nov 16 16:38:48 2005 UTC
# Line 1  Line 1 
1  #if defined (HAVE_XPM) && defined (HAVE_X_WINDOWS)  #if defined (HAVE_XPM) && defined (HAVE_X_WINDOWS)
2  static char * gnu_bits[] = {  static char * gnu_xpm_bits[] = {
3  "32 32 173 2",  "32 32 173 2",
4  "       c None",  "       c None",
5  ".      c #67627D",  ".      c #67627D",
# Line 206  static char * gnu_bits[] = { Line 206  static char * gnu_bits[] = {
206  "        P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.        ",  "        P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.        ",
207  "                                                                ",  "                                                                ",
208  "                                                                "};  "                                                                "};
209  #else  #endif /* defined (HAVE_XPM) && defined (HAVE_X_WINDOWS) */
210  #define gnu_width 50  
211  #define gnu_height 50  #define gnu_xbm_width 50
212  static unsigned char gnu_bits[] = {  #define gnu_xbm_height 50
213    static unsigned char gnu_xbm_bits[] = {
214     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
215     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00,     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00,
216     0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x01, 0x00, 0x00,     0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x01, 0x00, 0x00,
# Line 240  static unsigned char gnu_bits[] = { Line 241  static unsigned char gnu_bits[] = {
241     0xf8, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x02, 0x00, 0x00, 0x00,     0xf8, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x02, 0x00, 0x00, 0x00,
242     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
243     0x00, 0x00};     0x00, 0x00};
 #endif  
244    
245  /* arch-tag: b57020c7-c937-4d77-8ca6-3875178d9828  /* arch-tag: b57020c7-c937-4d77-8ca6-3875178d9828
246     (do not change this comment) */     (do not change this comment) */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26