Use half_scr_width instead of computing it each time
commit229b6984de2d9907e31a62e62b3ed1daecbe83d7
authorCarlos R. Mafra <crmafra@gmail.com>
Sat, 29 Aug 2009 23:46:50 +0000 (30 01:46 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 30 Aug 2009 14:28:23 +0000 (30 16:28 +0200)
treee87cd62c1c3c81e559e0ea29a833169f8adbd5b4
parenta1f35d7f5b8002bf0d0f141c42621d0376c67fbd
Use half_scr_width instead of computing it each time

Let's use

    half_scr_width = (usableArea.x2 - usableArea.x1)/2;

to shorten the expressions in the left/right half maximize
code.
src/actions.c