Enlightenment CVS committal
Author : codewarrior
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_fileman_smart.c
Log Message:
- getting the event window doesnt work this way
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_fileman_smart.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -3 -r1.81 -r1.82
--- e_fileman_smart.c 4 Nov 2005 21:09:38 -0000 1.81
+++ e_fileman_smart.c 4 Nov 2005 22:53:08 -0000 1.82
@@ -2432,7 +2432,10 @@
// make this call generic
if (!sd->win) return 1;
- if (ev->win != sd->win->evas_win) return 1;
+ // this doesnt work:
+ //if (ev->win != sd->win->evas_win) return 1;
+ if(ev->win != ecore_evas_software_x11_subwindow_get(sd->win->ecore_evas))
+ return 1;
if (!strcmp(ev->keysymbol, "Up"))
_e_fm_icon_select_up(sd);
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs