mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
(mostly) proper xshape event support
ok oga@
This commit is contained in:
3
client.c
3
client.c
@@ -140,7 +140,6 @@ client_new(Window win, struct screen_ctx *sc, int mapped)
|
||||
CWOverrideRedirect | CWBackPixel | CWEventMask, &pxattr);
|
||||
|
||||
cc->active = 0;
|
||||
client_draw_border(cc);
|
||||
|
||||
XAddToSaveSet(X_Dpy, cc->win);
|
||||
XSetWindowBorderWidth(X_Dpy, cc->win, 0);
|
||||
@@ -463,8 +462,6 @@ client_draw_border(struct client_ctx *cc)
|
||||
|
||||
XClearWindow(X_Dpy, cc->pwin);
|
||||
}
|
||||
|
||||
client_do_shape(cc);
|
||||
}
|
||||
|
||||
u_long
|
||||
|
Reference in New Issue
Block a user