1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00

(struct): Change font member to the new font struct.

This commit is contained in:
Chong Yidong 2008-08-26 17:09:16 +00:00
parent 609849bc2e
commit 988fef8c2e

View File

@ -44,7 +44,7 @@ typedef struct {
int internal_border_width; /* internal borders */
int interline; /* skips between lines */
XFontStruct* font; /* font */
struct font* font; /* font */
Pixel foreground_pixel; /* foreground */
Pixel cursor_color; /* text cursor color */