Re: [dev] [st PATCH 1/3] xloadcols: remove cp variable

2015-04-27 Thread Garrick Peterson
> On Apr 27, 2015, at 2:21 AM, Roberto E. Vargas Caballero > wrote: > > Again, read [1], section "The use of pointers". Maybe you don't agree with > it, but almost > all the people here agree with it. Your link shows the use of `node[i].left` as a perfectly valid example when an array is bei

Re: [dev] [st PATCH 1/3] xloadcols: remove cp variable

2015-04-22 Thread Garrick Peterson
> On Apr 22, 2015, at 1:05 AM, Roberto E. Vargas Caballero > wrote: > > mihail.zenkov: >> IMHO in this particular case index version much better for reading and >> understanding. > > So, you think that is more understable: > > XftColorFree(xw.dpy, xw.vis, xw.cmap, &dc.col[i]); I believ