Mercurial > hg > xemacs-beta
comparison src/event-Xt.c @ 452:3d3049ae1304 r21-2-41
Import from CVS: tag r21-2-41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:40:21 +0200 |
parents | 98528da0b7fc |
children | c33ae14dd6d0 |
comparison
equal
deleted
inserted
replaced
451:8ad70c5cd5d7 | 452:3d3049ae1304 |
---|---|
3288 reinit_vars_of_event_Xt (); | 3288 reinit_vars_of_event_Xt (); |
3289 | 3289 |
3290 dispatch_event_queue = Qnil; | 3290 dispatch_event_queue = Qnil; |
3291 staticpro (&dispatch_event_queue); | 3291 staticpro (&dispatch_event_queue); |
3292 dispatch_event_queue_tail = Qnil; | 3292 dispatch_event_queue_tail = Qnil; |
3293 pdump_wire (&dispatch_event_queue_tail); | 3293 dump_add_root_object (&dispatch_event_queue_tail); |
3294 | 3294 |
3295 DEFVAR_BOOL ("x-allow-sendevents", &x_allow_sendevents /* | 3295 DEFVAR_BOOL ("x-allow-sendevents", &x_allow_sendevents /* |
3296 *Non-nil means to allow synthetic events. Nil means they are ignored. | 3296 *Non-nil means to allow synthetic events. Nil means they are ignored. |
3297 Beware: allowing emacs to process SendEvents opens a big security hole. | 3297 Beware: allowing emacs to process SendEvents opens a big security hole. |
3298 */ ); | 3298 */ ); |