1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

fixed many bugs related from stacking and old ones too

This commit is contained in:
kojima
2000-03-29 03:23:38 +00:00
parent d267d17621
commit 03e14f363f
11 changed files with 458 additions and 40 deletions

View File

@@ -196,9 +196,7 @@ PlaceIcon(WScreen *scr, int *x_ret, int *y_ret)
#define INDEX(x,y) (((y)+1)*(sw+2) + (x) + 1)
for (obj = WMBagLast(scr->stacking_list, &iter);
obj != NULL;
obj = WMBagNext(scr->stacking_list, &iter)) {
WM_ETARETI_BAG(scr->stacking_list, obj, iter) {
while (obj) {
int x, y;