diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index f911f9898a5..126e837b43c 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -4516,9 +4516,9 @@ major and minor versions of the X Input Extension extension running on | |||
| 4516 | that server. */) | 4516 | that server. */) |
| 4517 | (Lisp_Object terminal) | 4517 | (Lisp_Object terminal) |
| 4518 | { | 4518 | { |
| 4519 | #ifdef HAVE_XINPUT2 | ||
| 4519 | struct x_display_info *dpyinfo = check_x_display_info (terminal); | 4520 | struct x_display_info *dpyinfo = check_x_display_info (terminal); |
| 4520 | 4521 | ||
| 4521 | #ifdef HAVE_XINPUT2 | ||
| 4522 | return (dpyinfo->supports_xi2 | 4522 | return (dpyinfo->supports_xi2 |
| 4523 | ? list2i (2, dpyinfo->xi2_version) | 4523 | ? list2i (2, dpyinfo->xi2_version) |
| 4524 | : Qnil); | 4524 | : Qnil); |