emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/gnu.h


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/gnu.h
Date: Wed, 16 Nov 2005 11:38:49 -0500

Index: emacs/src/gnu.h
diff -c emacs/src/gnu.h:1.9 emacs/src/gnu.h:1.10
*** emacs/src/gnu.h:1.9 Wed Nov 16 16:03:26 2005
--- emacs/src/gnu.h     Wed Nov 16 16:38:48 2005
***************
*** 1,5 ****
  #if defined (HAVE_XPM) && defined (HAVE_X_WINDOWS)
! static char * gnu_bits[] = {
  "32 32 173 2",
  "     c None",
  ".    c #67627D",
--- 1,5 ----
  #if defined (HAVE_XPM) && defined (HAVE_X_WINDOWS)
! static char * gnu_xpm_bits[] = {
  "32 32 173 2",
  "     c None",
  ".    c #67627D",
***************
*** 206,215 ****
  "        P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.        ",
  "                                                                ",
  "                                                                "};
! #else
! #define gnu_width 50
! #define gnu_height 50
! static unsigned char gnu_bits[] = {
     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00,
     0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x01, 0x00, 0x00,
--- 206,216 ----
  "        P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.        ",
  "                                                                ",
  "                                                                "};
! #endif /* defined (HAVE_XPM) && defined (HAVE_X_WINDOWS) */
! 
! #define gnu_xbm_width 50
! #define gnu_xbm_height 50
! static unsigned char gnu_xbm_bits[] = {
     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00,
     0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x01, 0x00, 0x00,
***************
*** 240,246 ****
     0xf8, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x02, 0x00, 0x00, 0x00,
     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
     0x00, 0x00};
- #endif
  
  /* arch-tag: b57020c7-c937-4d77-8ca6-3875178d9828
     (do not change this comment) */
--- 241,246 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]