Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        snaps.c 


Log Message:
Oops2 - Another fix to borderless fullscreen windows (segv at startup).
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/snaps.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -3 -r1.71 -r1.72
--- snaps.c     2 Jul 2004 17:36:58 -0000       1.71
+++ snaps.c     3 Jul 2004 09:57:13 -0000       1.72
@@ -591,7 +591,7 @@
    sn->border_name = NULL;
    if (ewin->previous_border)
       sn->border_name = Estrdup(ewin->previous_border->name);
-   else if (ewin->border)
+   else if (ewin->normal_border)
       sn->border_name = Estrdup(ewin->normal_border->name);
 }
 




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to