# HG changeset patch # User Nick Roberts # Date 1066332409 0 # Node ID 34fccd9658c6028a056178abcf42becd5dd58721 # Parent e5dd8a7a6092a9c5b4b382c4686031a30f6c6f40 (breakpoint-xpm-data, breakpoint-enabled-pbm-data) (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10 instead of 12x12. diff -r e5dd8a7a6092 -r 34fccd9658c6 lisp/gdb-ui.el --- a/lisp/gdb-ui.el Thu Oct 16 19:25:56 2003 +0000 +++ b/lisp/gdb-ui.el Thu Oct 16 19:26:49 2003 +0000 @@ -938,29 +938,26 @@ (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 @@ 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