Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ewmh.c 


Log Message:
Fix client list order.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ewmh.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- ewmh.c      12 Feb 2005 16:16:29 -0000      1.63
+++ ewmh.c      22 Feb 2005 19:02:33 -0000      1.64
@@ -285,7 +285,7 @@
      {
        wl = Emalloc(num * sizeof(Ecore_X_Window));
        for (i = 0; i < num; i++)
-          wl[i] = lst[i]->client.win;
+          wl[i] = lst[num - i - 1]->client.win;
        ecore_x_netwm_client_list_set(VRoot.win, num, wl);
        Efree(wl);
      }




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to