projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7601076
)
Fix build with toolkit scroll bars without XI2
author
Po Lu
<luangruo@yahoo.com>
Sat, 16 Apr 2022 09:13:21 +0000
(17:13 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 16 Apr 2022 09:13:43 +0000
(17:13 +0800)
* src/xterm.c (mark_xterm): Fix up ifdefs slightly.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index ae3f2d75179f5b8fadf50d479d19b99032a98d14..dc33ba75569da5bec6cd94d25ec707779c6b8fe5 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-23847,7
+23847,7
@@
void
mark_xterm (void)
{
Lisp_Object val;
-#if
def HAVE_XINPUT2
+#if
defined HAVE_XINPUT2 || defined USE_TOOLKIT_SCROLL_BARS
struct x_display_info *dpyinfo;
int i;
#endif