]> git.eshelyaron.com Git - emacs.git/commit
(GLYPH): Change type from int to struct with separate char
authorKim F. Storm <storm@cua.dk>
Wed, 27 Feb 2008 22:49:15 +0000 (22:49 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 27 Feb 2008 22:49:15 +0000 (22:49 +0000)
commitec9ed378f4fb5adf306064fe8c3f5e512e45b6c4
treeb49c9397b28da6db0f0abdda55571ae4d371fe67
parentf59836fede1fd5e29de705d9227473e2ab909079
(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.
src/lisp.h