1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 20:50:52 -08:00

; Fix a typo in xterm.[ch].

This commit is contained in:
Eli Zaretskii 2025-12-09 14:31:14 +02:00
parent 57ab746257
commit c5bc4082b5
2 changed files with 2 additions and 2 deletions

View file

@ -5308,7 +5308,7 @@ x_extension_initialize (struct x_display_info *dpyinfo)
#ifdef HAVE_XINPUT2
# ifdef HAVE_X_TOOLKIT
# ifdef USE_X_TOOLKIT
bool
xi_frame_selected_for (struct frame *f, unsigned long event)
{

View file

@ -2017,7 +2017,7 @@ extern int x_error_message_count;
#ifdef HAVE_XINPUT2
extern struct xi_device_t *xi_device_from_id (struct x_display_info *, int);
# ifdef HAVE_X_TOOLKIT
# ifdef USE_X_TOOLKIT
extern bool xi_frame_selected_for (struct frame *, unsigned long);
# endif
# ifndef USE_GTK