diff options
Diffstat (limited to 'src/widget.c')
| -rw-r--r-- | src/widget.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/widget.c b/src/widget.c index a8c341359b4..3053ceaea13 100644 --- a/src/widget.c +++ b/src/widget.c | |||
| @@ -560,7 +560,7 @@ setup_frame_gcs (EmacsFrame ew) | |||
| 560 | if (STRINGP (font)) | 560 | if (STRINGP (font)) |
| 561 | { | 561 | { |
| 562 | XFontStruct *xfont = XLoadQueryFont (FRAME_X_DISPLAY_INFO (s)->display, | 562 | XFontStruct *xfont = XLoadQueryFont (FRAME_X_DISPLAY_INFO (s)->display, |
| 563 | SDATA (font)); | 563 | SSDATA (font)); |
| 564 | if (xfont) | 564 | if (xfont) |
| 565 | { | 565 | { |
| 566 | gc_values.font = xfont->fid; | 566 | gc_values.font = xfont->fid; |
| @@ -840,4 +840,3 @@ widget_store_internal_border (Widget widget) | |||
| 840 | 840 | ||
| 841 | ew->emacs_frame.internal_border_width = f->internal_border_width; | 841 | ew->emacs_frame.internal_border_width = f->internal_border_width; |
| 842 | } | 842 | } |
| 843 | |||