Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/randr


Modified Files:
        e_mod_main.c 


Log Message:
Don't move dialog, we don't know where it will end.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/randr/e_mod_main.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_mod_main.c        25 Aug 2005 15:59:53 -0000      1.7
+++ e_mod_main.c        25 Aug 2005 16:17:52 -0000      1.8
@@ -321,9 +321,11 @@
 
    /* This shouldn't be done here. We should add a resize callback to the 
e_win,
     * and position us when we know the real width and height */
+#if 0
    e_win_move(e->dialog->win,
              m->zone->x + (m->zone->w - e->dialog->win->min_w) / 2,
              m->zone->y + (m->zone->h - e->dialog->win->min_h) / 2);
+#endif
 
    e->timer = ecore_timer_add(15.0, _randr_timer_cb, res);
 




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to