fix pending_mode_resize

SVN revision: 42882
This commit is contained in:
Hannes Janetzek 2009-10-05 03:05:10 +00:00
parent a6a4bad414
commit 984c884fd6
1 changed files with 1 additions and 1 deletions

View File

@ -832,7 +832,7 @@ _e_border_pending_move_resize_add(E_Border *bd, int move, int resize,
pnd = E_NEW(E_Border_Pending_Move_Resize, 1);
if (!pnd) return;
pnd->resize = resize;
pnd->resize = move;
pnd->move = move;
pnd->without_border = without_border;
pnd->x = x;
pnd->y = y;