Also fix some compiler warnings in xterm.c that didn't show up
* src/xterm.c (x_dnd_begin_drag_and_drop): Don't define unused variable on GTK builds.
This commit is contained in:
parent
4e6eb023e0
commit
07ae30d8f2
1 changed files with 2 additions and 0 deletions
|
@ -9778,7 +9778,9 @@ x_dnd_begin_drag_and_drop (struct frame *f, Time time, Atom xaction,
|
|||
#ifdef HAVE_XKB
|
||||
XkbStateRec keyboard_state;
|
||||
#endif
|
||||
#ifndef USE_GTK
|
||||
struct x_display_info *event_display;
|
||||
#endif
|
||||
|
||||
if (!FRAME_VISIBLE_P (f))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue