Increase the readability of SlideWindow()
commit1a8571997107f086f50cbe6d672c252018bb6987
authorCarlos R. Mafra <crmafra@gmail.com>
Wed, 16 Sep 2009 03:07:40 +0000 (16 05:07 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 16 Sep 2009 22:44:36 +0000 (17 00:44 +0200)
tree3b2443cd6f2d3dc2dfa26fd77fb9b4d14daa932d
parent5979162878884386c7c0e147b02222ea9a1c6871
Increase the readability of SlideWindow()

It is easier to read the computations if the variables
have shorter names. At the same time it avoids reading
the struct array elements repeatedly, so as a bonus
misc.o gets 64 bytes (0.5%) smaller

[mafra@Pilar:wmaker.git]$ size src/misc.o.*
   text    data     bss     dec     hex filename
  11125       0    4104   15229    3b7d src/misc.o.new
  11189       0    4104   15293    3bbd src/misc.o.old
src/misc.c