Fix bounce direction of docked appicons
commit1194889c9530de5c462453c1da0335f7b533f2ca
authorBrad Jorsch <anomie@users.sourceforge.net>
Thu, 16 Sep 2010 02:13:26 +0000 (15 22:13 -0400)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 17 Sep 2010 08:16:19 +0000 (17 10:16 +0200)
treef43adc69185ad9bb7d47ffeaa9dd15c06fe67d74
parentee69b6207ad9e0ef6f33dad89930fe437d8f3c31
Fix bounce direction of docked appicons

I have my dock on the right edge of the screen, and my clip right next
to it. So the first icon underneath the clip is 64 pixels from the top
and 64 from the right. It seems silly for it to bounce downwards instead
of sideways like every other icon under the clip.

So make the choice of vertical or horizontal for docked icons be
relative to the dock or clip rather than absolute screen position.
Left/right or up/down is still chosen by screen position, as are
situations where the icon is a chess bishop's move from the clip.
src/superfluous.c