emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gdb-ui.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/gdb-ui.el
Date: Thu, 16 Oct 2003 15:26:49 -0400

Index: emacs/lisp/gdb-ui.el
diff -c emacs/lisp/gdb-ui.el:1.45 emacs/lisp/gdb-ui.el:1.46
*** emacs/lisp/gdb-ui.el:1.45   Wed Oct  8 01:32:09 2003
--- emacs/lisp/gdb-ui.el        Thu Oct 16 15:26:49 2003
***************
*** 938,966 ****
  (defconst breakpoint-xpm-data "/* XPM */
  static char *magick[] = {
  /* columns rows colors chars-per-pixel */
! \"12 12 2 1\",
  \"  c red\",
  \"+ c None\",
  /* pixels */
! \"++++++++++++\",
! \"+++      +++\",
! \"++        ++\",
! \"+          +\",
! \"+          +\",
! \"+          +\",
! \"+          +\",
! \"+          +\",
! \"+          +\",
! \"++        ++\",
! \"+++      +++\",
! \"++++++++++++\"
  };"
    "XPM data used for breakpoint icon.")
  
  (defconst breakpoint-enabled-pbm-data
  "P1
! 12 12\",
! 0 0 0 0 0 0 0 0 0 0 0 0
  0 0 0 1 1 1 1 1 1 0 0 0
  0 0 1 1 1 1 1 1 1 1 0 0
  0 1 1 1 1 1 1 1 1 1 1 0
--- 938,963 ----
  (defconst breakpoint-xpm-data "/* XPM */
  static char *magick[] = {
  /* columns rows colors chars-per-pixel */
! \"10 10 2 1\",
  \"  c red\",
  \"+ c None\",
  /* pixels */
! \"++      ++\",
! \"+        +\",
! \"          \",
! \"          \",
! \"          \",
! \"          \",
! \"          \",
! \"          \",
! \"+        +\",
! \"++      ++\",
  };"
    "XPM data used for breakpoint icon.")
  
  (defconst breakpoint-enabled-pbm-data
  "P1
! 10 10\",
  0 0 0 1 1 1 1 1 1 0 0 0
  0 0 1 1 1 1 1 1 1 1 0 0
  0 1 1 1 1 1 1 1 1 1 1 0
***************
*** 970,994 ****
  0 1 1 1 1 1 1 1 1 1 1 0
  0 1 1 1 1 1 1 1 1 1 1 0
  0 0 1 1 1 1 1 1 1 1 0 0
! 0 0 0 1 1 1 1 1 1 0 0 0
! 0 0 0 0 0 0 0 0 0 0 0 0"
    "PBM data used for enabled breakpoint icon.")
  
  (defconst breakpoint-disabled-pbm-data
  "P1
! 12 12\",
! 0 0 0 0 0 0 0 0 0 0 0 0
! 0 0 0 1 0 1 0 1 0 0 0 0
! 0 0 1 0 1 0 1 0 1 0 0 0
! 0 1 0 1 0 1 0 1 0 1 0 0
! 0 0 1 0 1 0 1 0 1 0 1 0
! 0 1 0 1 0 1 0 1 0 1 0 0
! 0 0 1 0 1 0 1 0 1 0 1 0
! 0 1 0 1 0 1 0 1 0 1 0 0
! 0 0 1 0 1 0 1 0 1 0 1 0
! 0 0 0 1 0 1 0 1 0 1 0 0
! 0 0 0 0 1 0 1 0 1 0 0 0
! 0 0 0 0 0 0 0 0 0 0 0 0"
    "PBM data used for disabled breakpoint icon.")
  
  (defvar breakpoint-enabled-icon
--- 967,988 ----
  0 1 1 1 1 1 1 1 1 1 1 0
  0 1 1 1 1 1 1 1 1 1 1 0
  0 0 1 1 1 1 1 1 1 1 0 0
! 0 0 0 1 1 1 1 1 1 0 0 0"
    "PBM data used for enabled breakpoint icon.")
  
  (defconst breakpoint-disabled-pbm-data
  "P1
! 10 10\",
! 0 0 1 0 1 0 1 0 0 0
! 0 1 0 1 0 1 0 1 0 0
! 1 0 1 0 1 0 1 0 1 0
! 0 1 0 1 0 1 0 1 0 1
! 1 0 1 0 1 0 1 0 1 0
! 0 1 0 1 0 1 0 1 0 1
! 1 0 1 0 1 0 1 0 1 0
! 0 1 0 1 0 1 0 1 0 1
! 0 0 1 0 1 0 1 0 1 0
! 0 0 0 1 0 1 0 1 0 0"
    "PBM data used for disabled breakpoint icon.")
  
  (defvar breakpoint-enabled-icon




reply via email to

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