aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorokan2008-06-14 22:04:11 +0000
committerokan2008-06-14 22:04:11 +0000
commit436f35e0eec7bc1d4cebee440858aad0e2f5e123 (patch)
tree960867b0adb3ffcd114275a0fb5ed648b6f2831a /client.c
parentaead24e5fdb676a1cb63f6fd569fed20baa57cbf (diff)
downloadcwm-436f35e0eec7bc1d4cebee440858aad0e2f5e123.tar.gz
(mostly) proper xshape event support
ok oga@
Diffstat (limited to '')
-rw-r--r--client.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/client.c b/client.c
index 8b6c359..70c4bd6 100644
--- a/client.c
+++ b/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