Enlightenment CVS committal

Author  : sleuth
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src


Modified Files:
        border.c 


Log Message:
Squash nasty focus bug.  Let me know if this makes click-to-focus any
worse, I haven't tested that.

Kevin Brosius <[EMAIL PROTECTED]>

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/border.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -3 -r1.74 -r1.75
--- border.c    15 Jan 2003 18:29:55 -0000      1.74
+++ border.c    5 Feb 2003 23:07:30 -0000       1.75
@@ -365,9 +365,6 @@
    {
       E_Border           *b;
 
-      if (!(e_border_current_focused()))
-         e_icccm_send_focus_to(e_desktop_window(), 1);
-
       b = e_border_find_by_window(e->win);
       if (b)
        {
@@ -1369,7 +1366,6 @@
    ecore_window_reparent(b->win.client, 0, b->current.x + pl,
                         b->current.y + pt);
    e_icccm_release(b->win.client);
-   e_desktop_raise_next_border();
 
    D_RETURN;
 }




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to