From: Nick Roberts Date: Thu, 16 Oct 2003 19:26:49 +0000 (+0000) Subject: (breakpoint-xpm-data, breakpoint-enabled-pbm-data) X-Git-Tag: ttn-vms-21-2-B4~8522 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb9bee9f2d18805988330c9dc4667cb157f2d9b5;p=emacs.git (breakpoint-xpm-data, breakpoint-enabled-pbm-data) (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10 instead of 12x12. --- diff --git a/lisp/gdb-ui.el b/lisp/gdb-ui.el index e0c2e74b0f1..0341c45cf25 100644 --- a/lisp/gdb-ui.el +++ b/lisp/gdb-ui.el @@ -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