view lisp/toolbar/gud-display.xpm @ 51672:018c85ec9a1e

(buf_charpos_to_bytepos, buf_bytepos_to_charpos) (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker) (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers): Update for new types.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 26 Jun 2003 23:17:50 +0000
parents 46a4047710f4
children
line wrap: on
line source

/* XPM */
static char * display_xpm[] = {
"24 24 2 1",
" 	c #C0C0C0C0C0C0",
".	c #000000000000",
"                        ",
"                        ",
"                        ",
"                        ",
"            ...         ",
"             ..         ",
"             ..         ",
"             ..         ",
"          .....         ",
"         ..  ..         ",
"        ..   ..         ",
"        ..   ..         ",
"        ..   ..         ",
"        ..   ..         ",
"        ..   ..         ",
"         ..  ..         ",
"          ......        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};