Mercurial > hg > xemacs-beta
comparison src/gpmevent.c @ 438:84b14dcb0985 r21-2-27
Import from CVS: tag r21-2-27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:32:25 +0200 |
parents | 3ecd8885ac67 |
children | 8de8e3f6228a |
comparison
equal
deleted
inserted
replaced
437:e2a4e8b94b82 | 438:84b14dcb0985 |
---|---|
450 } | 450 } |
451 | 451 |
452 return; | 452 return; |
453 } | 453 } |
454 | 454 |
455 return (orig_next_event_cb (event)); | 455 orig_next_event_cb (event); |
456 } | 456 } |
457 | 457 |
458 static void hook_event_callbacks_once (void) | 458 static void hook_event_callbacks_once (void) |
459 { | 459 { |
460 static int hooker; | 460 static int hooker; |