fix shape change handling to... skip same shape changes

SVN revision: 22389
This commit is contained in:
Carsten Haitzler 2006-04-29 01:19:56 +00:00
parent c95c6eb12e
commit 3295ab33b7
2 changed files with 1369 additions and 768 deletions

File diff suppressed because it is too large Load Diff

View File

@ -205,6 +205,7 @@ e_popup_idler_before(void)
int i; int i;
orects = pop->shape_rects; orects = pop->shape_rects;
changed = 0;
for (i = 0; i < num; i++) for (i = 0; i < num; i++)
{ {
if (rects[i].x < 0) if (rects[i].x < 0)
@ -231,7 +232,6 @@ e_popup_idler_before(void)
break; break;
} }
} }
// changed = 0;
} }
if (changed) if (changed)
{ {