emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 85567d5798 2/2: ; * src/xterm.h: Fix typo in recent change.


From: Po Lu
Subject: master 85567d5798 2/2: ; * src/xterm.h: Fix typo in recent change.
Date: Tue, 22 Feb 2022 06:20:04 -0500 (EST)

branch: master
commit 85567d57981448200ba2617e45d5d4d3e5721cf7
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * src/xterm.h: Fix typo in recent change.
---
 src/xterm.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/xterm.h b/src/xterm.h
index e2256ce2df..7303565ec2 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -32,6 +32,10 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>.  */
 #include <X11/Xatom.h>
 #include <X11/Xresource.h>
 
+#ifdef HAVE_XINPUT2
+#include <X11/extensions/XInput2.h>
+#endif
+
 #ifdef USE_X_TOOLKIT
 #include <X11/StringDefs.h>
 #include <X11/IntrinsicP.h>    /* CoreP.h needs this */
@@ -42,10 +46,6 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>.  */
 #include <X11/Xmu/Editres.h>
 #endif
 
-#ifdef HAVE_XINPUT2
-#include <X11/extensions/XInput2.h>
-#endif
-
 typedef Widget xt_or_gtk_widget;
 #endif
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]