projects
/
ruby-ecore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9165892
)
Call other event handlers, too.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Thu, 19 Aug 2004 22:20:10 +0000
(22:20 +0000)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Thu, 19 Aug 2004 22:20:10 +0000
(22:20 +0000)
src/ecore/rb_event_handler.c
patch
|
blob
|
history
diff --git
a/src/ecore/rb_event_handler.c
b/src/ecore/rb_event_handler.c
index 63c501632750095f17510e3169e6d1e65f450418..7d729ae947731fb7752ed1548aaf14de98bbcfca 100644
(file)
--- a/
src/ecore/rb_event_handler.c
+++ b/
src/ecore/rb_event_handler.c
@@
-1,5
+1,5
@@
/*
- * $Id: rb_event_handler.c 7
7 2004-08-19 17:39:29
Z tilman $
+ * $Id: rb_event_handler.c 7
9 2004-08-19 22:20:10
Z tilman $
*
* Copyright (C) 2004 ruby-ecore team (see AUTHORS)
*
@@
-108,7
+108,8
@@
int on_ecore_event (void *data, int type, void *event)
if (type == ECORE_EVENT_SIGNAL_EXIT && !called)
ecore_main_loop_quit ();
- return 0;
+ /* call other event handlers, too */
+ return 1;
}
VALUE c_ev_generic_init (VALUE self, VALUE event)