mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Fix NS build
* src/keyboard.c (process_special_events): Don't define copy and moved events on the wrong toolkit.
This commit is contained in:
parent
fd016ea997
commit
ca58872a53
1 changed files with 2 additions and 0 deletions
|
|
@ -4361,12 +4361,14 @@ static void
|
|||
process_special_events (void)
|
||||
{
|
||||
union buffered_input_event *event;
|
||||
#if defined HAVE_X11 || defined HAVE_PGTK || defined HAVE_HAIKU
|
||||
#ifndef HAVE_HAIKU
|
||||
struct selection_input_event copy;
|
||||
#else
|
||||
struct input_event copy;
|
||||
#endif
|
||||
int moved_events;
|
||||
#endif
|
||||
|
||||
for (event = kbd_fetch_ptr; event != kbd_store_ptr;
|
||||
event = next_kbd_event (event))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue