Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        borders.c 


Log Message:
Fix mapping a window requesting fullscreen mode.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/borders.c,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -3 -r1.229 -r1.230
--- borders.c   19 Sep 2004 09:27:38 -0000      1.229
+++ borders.c   28 Sep 2004 19:38:22 -0000      1.230
@@ -464,6 +464,16 @@
        ewin->desktop = DESKTOPS_WRAP_NUM(ewin->desktop);
      }
 
+   if (ewin->st.fullscreen)
+     {
+       ewin->st.fullscreen = 0;
+       EwinSetFullscreen(ewin, 1);
+       ewin->client.already_placed = 1;
+       ShowEwin(ewin);
+       UngrabX();
+       EDBUG_RETURN_;
+     }
+
    ResizeEwin(ewin, ewin->client.w, ewin->client.h);
 
    if ((!ewin->client.transient) && (Conf.place.manual)




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to