Hello,

Some people are crazy, and might want to theme the cursor during bell.
Let's allow that.

Anisse
From: Anisse Astier <ani...@astier.eu>
Subject: [PATCH] terminology: send bell to cursor so themers can do crazy
 things

---
 terminology/src/bin/termio.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/terminology/src/bin/termio.c b/terminology/src/bin/termio.c
index 72375e3..d464f43 100644
--- a/terminology/src/bin/termio.c
+++ b/terminology/src/bin/termio.c
@@ -2221,7 +2221,10 @@ _smart_pty_exited(void *data)
 static void
 _smart_pty_bell(void *data)
 {
+   Termio *sd = evas_object_smart_data_get(data);
    evas_object_smart_callback_call(data, "bell", NULL);
+   if(!sd) return;
+   edje_object_signal_emit(sd->cur.obj, "bell", "terminology");
 }
 
 static void
-- 
1.7.9

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to