Mercurial > hg > xemacs-beta
comparison src/event-gtk.c @ 464:5aa1854ad537 r21-2-47
Import from CVS: tag r21-2-47
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:45:51 +0200 |
parents | 0784d089fdc9 |
children | 183866b06e0b |
comparison
equal
deleted
inserted
replaced
463:a158004111cd | 464:5aa1854ad537 |
---|---|
1725 reinit_vars_of_event_gtk (); | 1725 reinit_vars_of_event_gtk (); |
1726 | 1726 |
1727 dispatch_event_queue = Qnil; | 1727 dispatch_event_queue = Qnil; |
1728 staticpro (&dispatch_event_queue); | 1728 staticpro (&dispatch_event_queue); |
1729 dispatch_event_queue_tail = Qnil; | 1729 dispatch_event_queue_tail = Qnil; |
1730 staticpro (&dispatch_event_queue_tail); | |
1730 | 1731 |
1731 DEFVAR_BOOL ("gtk-allow-sendevents", >k_allow_sendevents /* | 1732 DEFVAR_BOOL ("gtk-allow-sendevents", >k_allow_sendevents /* |
1732 *Non-nil means to allow synthetic events. Nil means they are ignored. | 1733 *Non-nil means to allow synthetic events. Nil means they are ignored. |
1733 Beware: allowing emacs to process SendEvents opens a big security hole. | 1734 Beware: allowing emacs to process SendEvents opens a big security hole. |
1734 */ ); | 1735 */ ); |