diff options
author | okan <okan> | 2013-12-11 17:23:31 +0000 |
---|---|---|
committer | okan <okan> | 2013-12-11 17:23:31 +0000 |
commit | 09e07ddaafe617fccd7c7ac98004d300e1cd8cba (patch) | |
tree | 81902f49be099734f1337bdfcb0c3489b2c6e567 | |
parent | 68f365cddbf9ae293d20b3088403aa9972854b29 (diff) | |
download | cwm-09e07ddaafe617fccd7c7ac98004d300e1cd8cba.tar.gz cwm-09e07ddaafe617fccd7c7ac98004d300e1cd8cba.tar.xz cwm-09e07ddaafe617fccd7c7ac98004d300e1cd8cba.zip |
since we are drawing in unhide, no need to during client setup
-rw-r--r-- | client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client.c b/client.c index a6723cd..135cef1 100644 --- a/client.c +++ b/client.c @@ -99,7 +99,6 @@ client_init(Window win, struct screen_ctx *sc, int mapped) if ((cc->wmh) && (cc->wmh->flags & StateHint)) client_set_wm_state(cc, cc->wmh->initial_state); } - client_draw_border(cc); XSelectInput(X_Dpy, cc->win, ColormapChangeMask | EnterWindowMask | PropertyChangeMask | KeyReleaseMask); |