aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
-rw-r--r--src/xterm.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c
index ed8cbadde41..bcb96713793 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -5308,7 +5308,7 @@ x_extension_initialize (struct x_display_info *dpyinfo)
5308 5308
5309#ifdef HAVE_XINPUT2 5309#ifdef HAVE_XINPUT2
5310 5310
5311# ifdef HAVE_X_TOOLKIT 5311# ifdef USE_X_TOOLKIT
5312bool 5312bool
5313xi_frame_selected_for (struct frame *f, unsigned long event) 5313xi_frame_selected_for (struct frame *f, unsigned long event)
5314{ 5314{
diff --git a/src/xterm.h b/src/xterm.h
index a1f86fd53d1..00b60c6e985 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -2017,7 +2017,7 @@ extern int x_error_message_count;
2017 2017
2018#ifdef HAVE_XINPUT2 2018#ifdef HAVE_XINPUT2
2019extern struct xi_device_t *xi_device_from_id (struct x_display_info *, int); 2019extern struct xi_device_t *xi_device_from_id (struct x_display_info *, int);
2020# ifdef HAVE_X_TOOLKIT 2020# ifdef USE_X_TOOLKIT
2021extern bool xi_frame_selected_for (struct frame *, unsigned long); 2021extern bool xi_frame_selected_for (struct frame *, unsigned long);
2022# endif 2022# endif
2023# ifndef USE_GTK 2023# ifndef USE_GTK