1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-18 15:35:55 +01:00

Remove MINIATURIZE_ANIMATION_DELAY_{Z,F,T} tests

We know that they are non-zero because we set their
values explicitly in wconfig.h.in, so there is no
point in checking them.
This commit is contained in:
Carlos R. Mafra
2009-10-10 19:22:31 +02:00
parent cda27758bc
commit 87161c5e0c
3 changed files with 3 additions and 20 deletions

View File

@@ -242,10 +242,7 @@ void DoKaboom(WScreen * scr, Window win, int x, int y)
}
XFlush(dpy);
#if (MINIATURIZE_ANIMATION_DELAY_Z > 0)
wusleep(MINIATURIZE_ANIMATION_DELAY_Z * 2);
#endif
}
XFreePixmap(dpy, tmp);