view lisp/toolbar/print.xpm @ 45622:ff3b6311d00f

(last_known_column): Now a float. (current_column_1, position_indentation, current_column, string_display_width): Return float. (Fcurrent_column): Cast `current_column' return value to int. (Fcurrent_indentation): Cast `position_indentation' retval to int. (indented_beyond_p): Third arg now a float. (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Mon, 03 Jun 2002 01:52:02 +0000
parents 8f4a34146a9d
children 734ff40978ad
line wrap: on
line source

/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 6 1",
"  c #043904390439",
". c #40403f3f3f3f",
"X c #5a1a5a0458f3",
"o c #a74da686a5ec",
"O c #e88de7c9e66c",
"+ c None",
/* pixels */
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++  ++++++++++",
"+++++++++++ OOX  +++++++",
"++++++++++ OOOOOO.   +++",
"+++++++++ OOOOOOOOOo +++",
"+++++++++.OOOOOOOOO ++++",
"+++++++  oOOOOOOOOX+++++",
"+++++  OooXOOOOOOo  ++++",
"+++  OOOOOoXXooOO.XX  ++",
"++ ooOOOOOOOOoXXX.X.. ++",
"++ ooooOOOOOOOOOO.... ++",
"++ ooooooOOOOOOO..... ++",
"++ XooooooooOOO...... ++",
"++ X.XoooooooX....... ++",
"++ XX...XooooX......  ++",
"+++  XXXX...XX..... ++++",
"+++++   .XXXXX...  +++++",
"++++++++   .XX.. +++++++",
"+++++++++++     ++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++"
};