diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 0b83263a0e6..e85e8e35d44 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -12733,7 +12733,7 @@ x_term_init (Lisp_Object display_name, char *xrm_option, char *resource_name) | |||
| 12733 | dpyinfo->supports_xdbe = true; | 12733 | dpyinfo->supports_xdbe = true; |
| 12734 | #endif | 12734 | #endif |
| 12735 | 12735 | ||
| 12736 | #ifdef HAVE_XFT | 12736 | #if defined USE_CAIRO || defined HAVE_XFT |
| 12737 | { | 12737 | { |
| 12738 | /* If we are using Xft, the following precautions should be made: | 12738 | /* If we are using Xft, the following precautions should be made: |
| 12739 | 12739 | ||