diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2008-06-14 22:04:12 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2008-06-14 22:04:12 +0000 |
commit | 1008cb2f087cb61361331b3045cda6b47bd8ca7b (patch) | |
tree | 5765586fbd8b0bf3c1e8b0dc18c1636e1b3ec7fb /app/cwm/client.c | |
parent | 572b550e69021b4c2a65a8425ab3f22b3da5e17a (diff) |
(mostly) proper xshape event support
ok oga@
Diffstat (limited to 'app/cwm/client.c')
-rw-r--r-- | app/cwm/client.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/cwm/client.c b/app/cwm/client.c index 8b6c35916..70c4bd62a 100644 --- a/app/cwm/client.c +++ b/app/cwm/client.c @@ -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 |