]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xterm.h: Fix typo in recent change.
authorPo Lu <luangruo@yahoo.com>
Tue, 22 Feb 2022 11:17:41 +0000 (19:17 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 22 Feb 2022 11:17:41 +0000 (19:17 +0800)
src/xterm.h

index e2256ce2dfb07546f4a902c4cdc032871a2427fb..7303565ec2a492c994be10ad65ac75c2f3402bff 100644 (file)
@@ -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