• Alexander Gramiak's avatar
    Remove display member of glyph_string · 6bfc5fc6
    Alexander Gramiak authored
    This member has little value even on X, and it leaks internal backend
    details to the glyph_string struct.
    
    * src/dispextern.h (glyph_string): Remove X display member.
    
    * src/xdisp.c (init_glyph_string): Remove initialization of display.
    
    * src/xfont.c (xfont_draw):
    * src/xterm.c: Use FRAME_X_DISPLAY (s->f) instead of display member.
    6bfc5fc6
xfont.c 30.6 KB