Mercurial > emacs
view etc/images/spell.xpm @ 98230:e37978ef9db9
* xterm.h (x_display_info): Remove `height' and `width' members.
* nsterm.h (ns_display_info): Remove `height' and `width' members.
* w32term.h (w32_display_info): Remove `height', `width',
`height_in', and `width_in' members.
* xterm.c (x_display_pixel_height, x_display_pixel_width): New
functions.
(x_calc_absolute_position): Use them.
(x_term_init): Omit removed `height' and `width' members.
* w32term.c (x_display_pixel_height, x_display_pixel_width): New
functions.
(w32_read_socket, x_calc_absolute_position): Use them.
(w32_initialize_display_info, w32_term_init): Omit removed members
of w32_display_info.
* nsterm.m (x_display_pixel_height, x_display_pixel_width): New
functions.
(ns_initialize_display_info): Omit removed members of
ns_display_info.
* xterm.c (x_display_pixel_height, x_display_pixel_width): New
functions.
(x_calc_absolute_position): Use them.
(x_term_init): Omit removed `height' and `width' members.
* xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
(compute_tip_xy): Use x_display_pixel_height and
x_display_pixel_width.
* frame.c (x_fullscreen_adjust): Use x_display_pixel_height and
x_display_pixel_width.
* xmenu.c (menu_position_func): Use x_display_pixel_height and
x_display_pixel_width.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 18 Sep 2008 18:21:05 +0000 |
parents | 28718fa5d988 |
children |
line wrap: on
line source
/* XPM */ static char * spell_xpm[] = { "24 24 37 1", " c None", ". c #000000", "+ c #8BBB8C", "@ c #ABD0AC", "# c #1A3B1A", "$ c #8ABA88", "% c #B4D5B4", "& c #70A770", "* c #132C13", "= c #77A676", "- c #2D2D2D", "; c #CBDFCB", "> c #6FAE6E", ", c #A8CBA6", "' c #6D9D6C", ") c #D0E4D0", "! c #6FAF6F", "~ c #587055", "{ c #B8D6B8", "] c #5B9159", "^ c #D4E4D4", "/ c #67AF67", "( c #5D905B", "_ c #9FC59D", ": c #93BE92", "< c #B5D1B5", "[ c #67AF68", "} c #63A261", "| c #BBD6BA", "1 c #82B881", "2 c #75AF74", "3 c #6B8868", "4 c #9DC39D", "5 c #7DB17B", "6 c #6BA368", "7 c #485C46", "8 c #89BA88", " ", " ", " ", " ", " ... .... ... ", " .. . .. . .. . ", " .. . .... .. ", " ..... .. . .. ", " .. . .. . .. . . ", " .. . .... ... ... ", " .+. ", " .. .@# ", " .$. .%&. ", " *=. -;>. ", " .,'. .)!~. ", " .{].^/(. ", " ._:<[}~. ", " .|123. ", " .4567. ", " .83. ", " .37. ", " .. ", " ", " "};