Mercurial > emacs
view lisp/toolbar/gud-remove.xpm @ 50154:10038ae9db85
Remove consolidated defines and code.
(BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
(w32_per_char_metric): Change font_type arg to int for RIF.
(w32_encode_char): Return int according to RIF requirements.
(w32_compute_glyph_string_overhangs): Adapt to RIF.
(w32_get_glyph_overhangs): New function for RIF. Uses generic
x_get_glyph_overhangs.
(w32_redisplay_interface): Add new members.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 16 Mar 2003 20:47:48 +0000 |
parents | 61d00c228928 |
children | f7114bba1fd4 |
line wrap: on
line source
/* XPM */ static char * go_xpm[] = { "24 24 4 1", " c #C0C0C0C0C0C0", ". c #000080800000", "X c #FFFFFFFFFFFF", "o c #F8F8FCFCF8F8", " ", " ", " .......... ", " ............ ", " .............. ", " ................ ", " .................. ", " ......XX...oo....... ", " .....X..X.o..o...... ", " .....X....o..o...... ", " .....X....o..o...... ", " .....X....o..o...... ", " .....X.XX.o..o...... ", " .....X..X.o..o...... ", " .....X..X.o..o...... ", " .....X..X.o..o...... ", " ......XX...oo....... ", " .................. ", " ................ ", " .............. ", " ............ ", " .......... ", " ", " "};