[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-commit] emacs/src dispextern.h
From: |
Kim F. Storm |
Subject: |
[Emacs-commit] emacs/src dispextern.h |
Date: |
Sun, 16 Mar 2003 15:45:23 -0500 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Kim F. Storm <address@hidden> 03/03/16 15:45:21
Modified files:
src : dispextern.h
Log message:
(struct glyph): Reduce face_id member from 22 to
21 bits (this reduces number of faces from 4M to 2M).
Replace W32 specific w32_font_type member (2 bits) by generic
font_type member (3 bits) for portability.
(FONT_TYPE_UNKNOWN): New define, default for font_type member.
(enum draw_glyphs_face): Define here.
(struct glyph_string): Define here. Merge W32 and X versions.
(struct redisplay_interface): New members per_char_metric,
encode_char, compute_glyph_string_overhangs, draw_glyph_string.
(VCENTER_BASELINE_OFFSET): Define here.
(dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
(x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/src/dispextern.h.diff?tr1=1.144&tr2=1.145&r1=text&r2=text
- [Emacs-commit] emacs/src dispextern.h, Kim F. Storm, 2003/03/12
- [Emacs-commit] emacs/src dispextern.h,
Kim F. Storm <=
- [Emacs-commit] emacs/src dispextern.h, Kim F. Storm, 2003/03/18
- [Emacs-commit] emacs/src dispextern.h, Kim F. Storm, 2003/03/21
- [Emacs-commit] emacs/src dispextern.h, Kim F. Storm, 2003/03/21
- [Emacs-commit] emacs/src dispextern.h, Kim F. Storm, 2003/03/21
- [Emacs-commit] emacs/src dispextern.h, Kim F. Storm, 2003/03/31