1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 12:58:08 +01:00
This commit is contained in:
kojima
1999-04-16 02:07:45 +00:00
parent c98f229d9c
commit 4b609a4ddc
8 changed files with 51 additions and 19 deletions

View File

@@ -27,7 +27,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <math.h>
#include <time.h>
#include <wraster.h>
@@ -139,7 +139,14 @@ DoKaboom(WScreen *scr, Window win, int x, int y)
RDestroyImage(icon);
RDestroyImage(back);
}
#else /* !DEMATERIALIZE_ICON */
#endif /* DEMATERIALIZE_ICON */
#ifdef NORMAL_ICON_KABOOM
void
DoKaboom(WScreen *scr, Window win, int x, int y)
{
@@ -284,7 +291,7 @@ DoKaboom(WScreen *scr, Window win, int x, int y)
XFreePixmap(dpy, tmp);
}
#endif /* !DEMATERIALIZE_ICON */
#endif /* NORMAL_ICON_KABOOM */
Pixmap