Fix build with toolkit scroll bars without XI2
* src/xterm.c (mark_xterm): Fix up ifdefs slightly.
This commit is contained in:
parent
760107639b
commit
625d6da5ba
1 changed files with 1 additions and 1 deletions
|
@ -23847,7 +23847,7 @@ void
|
|||
mark_xterm (void)
|
||||
{
|
||||
Lisp_Object val;
|
||||
#ifdef HAVE_XINPUT2
|
||||
#if defined HAVE_XINPUT2 || defined USE_TOOLKIT_SCROLL_BARS
|
||||
struct x_display_info *dpyinfo;
|
||||
int i;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue