don't use client_move() to end a move
authorDana Jansens <danakj@orodu.net>
Fri, 15 Jan 2010 22:49:54 +0000 (17:49 -0500)
committerDana Jansens <danakj@orodu.net>
Fri, 15 Jan 2010 22:49:54 +0000 (17:49 -0500)
commit7be28d3010d4bf68954a113ab8350ac2ddb768aa
tree5f5626ff5ab0cc9f7cbc7d7a36f99fc533934cbe
parent16433ce06c083de8c725b8dc906f47c1333e3b33
don't use client_move() to end a move

client_move() uses the client's current width/height, whereas all along we
  were using the width/height the client had at the start, so this causes
  client_configure() to behave differently at the end than during the move
openbox/moveresize.c