Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        dialog.c 


Log Message:
Speed up initial rendering of certain dialogs.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/dialog.c,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -3 -r1.119 -r1.120
--- dialog.c    11 Jun 2005 10:26:56 -0000      1.119
+++ dialog.c    16 Jun 2005 17:08:31 -0000      1.120
@@ -636,12 +636,9 @@
    if (!FindDialog(d->win))
       AddItem(d, d->name, d->win, LIST_TYPE_DIALOG);
 
+   ShowEwin(ewin);
    DialogRedraw(d);
    DialogUpdate(d);
-   ShowEwin(ewin);
-#if 0                          /* FIXME - Remove? */
-   ESync();
-#endif
 }
 
 void
@@ -1522,6 +1519,11 @@
        di->x + di->w <= d->xu1 || di->y + di->h <= d->yu1)
       goto done;
 
+#if 0
+   Eprintf("DialogDrawItem t=%d u=%d - %d,%d -> %d,%d\n", di->type, di->update,
+          d->xu1, d->yu1, d->xu2, d->yu2);
+#endif
+
    switch (di->type)
      {
      case DITEM_TABLE:




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to