summaryrefslogtreecommitdiff
path: root/src/msdos.c
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2008-02-27 22:49:15 +0000
committerKim F. Storm <storm@cua.dk>2008-02-27 22:49:15 +0000
commitec9ed378f4fb5adf306064fe8c3f5e512e45b6c4 (patch)
treeb49c9397b28da6db0f0abdda55571ae4d371fe67 /src/msdos.c
parentf59836fede1fd5e29de705d9227473e2ab909079 (diff)
downloademacs-ec9ed378f4fb5adf306064fe8c3f5e512e45b6c4.tar.gz
(GLYPH): Change type from int to struct with separate char
and face_id members. (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros. (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg. (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ... (GLYPH_CHAR, GLYPH_FACE): ... these. Change users. (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ... (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead. (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P) (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to handle new Lisp glyph code encoding, either an integer or a cons.
Diffstat (limited to 'src/msdos.c')
0 files changed, 0 insertions, 0 deletions