Remove wIconUpdate in moveIconBetweenDocks
commit88d16d03b9e89667c4b8ea25796d8a5716ff7ca3
authorRodolfo García Peñas (kix) <kix@kix.es>
Mon, 8 Apr 2013 17:40:53 +0000 (8 19:40 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 8 Apr 2013 21:06:27 +0000 (8 22:06 +0100)
treeabd73a191e1bc77a64f74ec5091921727ea6f4a6
parent256c8a498e06c1a44acb0ba0bbf1a4aab9177ba4
Remove wIconUpdate in moveIconBetweenDocks

The call to wIconUpdate() can be changed by call to update_icon_pixmap(),
because the icon doesn't need to be changed. This update is only for change
the icon pixmap to shadowed.

Now, the icon pixmap is updated faster.
src/dock.c