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:
parent
609849bc2e
commit
988fef8c2e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user