e17: fix resize of windows setting normal_hints. urxvt and others

SVN revision: 60688
This commit is contained in:
Hannes Janetzek 2011-06-25 21:39:29 +00:00
parent e8d650d99f
commit cd3fceceb0
1 changed files with 2 additions and 2 deletions

View File

@ -6419,8 +6419,8 @@ _e_border_eval0(E_Border *bd)
x = bd->x;
y = bd->y;
w = bd->client.w;
h = bd->client.h;
w = bd->w;
h = bd->h;
new_w = w;
new_h = h;
e_border_resize_limit(bd, &new_w, &new_h);