]> git.eshelyaron.com Git - emacs.git/commitdiff
(breakpoint-xpm-data, breakpoint-enabled-pbm-data)
authorNick Roberts <nickrob@snap.net.nz>
Thu, 16 Oct 2003 19:26:49 +0000 (19:26 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 16 Oct 2003 19:26:49 +0000 (19:26 +0000)
(breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
instead of 12x12.

lisp/gdb-ui.el

index e0c2e74b0f111e3b0b072cf9cedbffc61e4c21f9..0341c45cf2579eae82b7d7c96f27793bd124ef08 100644 (file)
@@ -938,29 +938,26 @@ output from the current command if that happens to be appropriate."
 (defconst breakpoint-xpm-data "/* XPM */
 static char *magick[] = {
 /* columns rows colors chars-per-pixel */
-\"12 12 2 1\",
+\"10 10 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
+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,25 +967,22 @@ static char *magick[] = {
 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"
+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
-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"
+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