diff options
author | okan | 2008-06-14 22:04:11 +0000 |
---|---|---|
committer | okan | 2008-06-14 22:04:11 +0000 |
commit | 436f35e0eec7bc1d4cebee440858aad0e2f5e123 (patch) | |
tree | 960867b0adb3ffcd114275a0fb5ed648b6f2831a /client.c | |
parent | aead24e5fdb676a1cb63f6fd569fed20baa57cbf (diff) | |
download | cwm-436f35e0eec7bc1d4cebee440858aad0e2f5e123.tar.gz |
(mostly) proper xshape event support
ok oga@
Diffstat (limited to '')
-rw-r--r-- | client.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: client.c,v 1.29 2008/06/12 04:59:51 okan Exp $ + * $Id: client.c,v 1.30 2008/06/14 22:04:11 okan Exp $ */ #include "headers.h" @@ -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 |