Avoid clip flickering when docking an appicon
commitbe95172c951639cb1c92c15ea147bb5750406162
authorDaniel Déchelotte <yo.dan@free.fr>
Thu, 11 Apr 2013 23:42:28 +0000 (12 01:42 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 12 Apr 2013 01:14:09 +0000 (12 02:14 +0100)
tree2155398564c94ded6f6e2dc8a3fe8c88f44ed779
parentdfe7e255b20c2117dd5ba18a87801325060f7477
Avoid clip flickering when docking an appicon

In handleIconMove, when moving an appicon near the clip, all clips were
systematically shown each time the mouse moved, causing some flickering
(perhaps only perceptible on a low-end machine?). This patch introduces
a showed_all_clips boolean to expand clips only once.
src/dock.c