1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 12:58:08 +01:00

Fix compilation from merge conflict

This commit is contained in:
Carlos R. Mafra
2013-04-12 02:20:54 +01:00
parent 529ee0bd21
commit 311255a646
2 changed files with 2 additions and 2 deletions

View File

@@ -4509,7 +4509,7 @@ static void swapDrawer(WDock *drawer, int new_x)
/* Update drawer's tile */
if (i == 0) {
wIconUpdate(ai->icon, NULL);
wIconUpdate(ai->icon);
wDrawerIconPaint(ai);
}
XMoveWindow(dpy, ai->icon->core->window, ai->x_pos, ai->y_pos);