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

kde 1.1 update

This commit is contained in:
kojima
1999-03-20 02:41:23 +00:00
parent 69340d517a
commit e7532d1892
12 changed files with 188 additions and 36 deletions

View File

@@ -80,7 +80,7 @@ DoKaboom(WScreen *scr, Window win, int x, int y)
return;
icon = RCreateImageFromDrawable(scr->rcontext, win, None);
if (!icon)
if (!icon)
return;
XUnmapWindow(dpy, win);
@@ -94,6 +94,8 @@ DoKaboom(WScreen *scr, Window win, int x, int y)
return;
}
XSetClipMask(dpy, scr->copy_gc, None);
for (i=0; i<DEMATERIALIZE_STEPS; i++) {
XEvent foo;
if (XCheckTypedEvent(dpy, ButtonPress, &foo)) {