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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user