]> git.cworth.org Git - kub/commit
Neatly rearrange tile group after selected.
authorKevin Worth <kworth@kworth-laptop.(none)>
Sat, 18 Jul 2009 15:07:39 +0000 (11:07 -0400)
committerKevin Worth <kworth@kworth-laptop.(none)>
Sat, 18 Jul 2009 15:07:39 +0000 (11:07 -0400)
commit320ef475fdad0ee5db34de1698a01cd75b747f54
treed7bd426650fa865c64b6455a8f422bc5388c7877
parent91de2ca90fc183230842aefe70f6d91bec44e60f
Neatly rearrange tile group after selected.
       In this code there are two methods of achieving this
       rearrangement. The first is complicated and likely overkill
       but it keeps the checks for run and set intact. It is
       currently commented out and thus the second method is being
       used. The second method is slicker and cleaner, using pointers
       instead of an excessive number of loops. But it needs to be
       tweaked as the group of pointers is incompatible with the
       current checks for run and set.
kub.c