projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfa607c
)
; * src/xterm.h: Fix typo in recent change.
author
Po Lu
<luangruo@yahoo.com>
Tue, 22 Feb 2022 11:17:41 +0000
(19:17 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 22 Feb 2022 11:17:41 +0000
(19:17 +0800)
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index e2256ce2dfb07546f4a902c4cdc032871a2427fb..7303565ec2a492c994be10ad65ac75c2f3402bff 100644
(file)
--- 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