Fixed an issue when Display information is enabled when moving windows but not when resizing.

SVN revision: 30929
This commit is contained in:
lok 2007-07-22 01:27:43 +00:00 committed by lok
parent 067f36923e
commit bce79230e1
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ e_move_update(int x, int y)
EAPI void
e_move_resize_object_coords_set(int x, int y, int w, int h)
{
if (!_disp_pop) return;
obj_x = x;
obj_y = y;
obj_w = w;