diff options
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 |