diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2014-01-27 15:13:10 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2014-01-27 15:13:10 +0000 |
commit | 455fcb0b8e2ab508c077b9fd9ef36d097d6c6c12 (patch) | |
tree | 0ccf2866cfcf5bf0285a2db29816f7b00172afc1 /app/cwm/client.c | |
parent | bfc65c89532a0772cca87e6f534a0cbb93a272a8 (diff) |
move some init up and shed some blank lines
Diffstat (limited to 'app/cwm/client.c')
-rw-r--r-- | app/cwm/client.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/cwm/client.c b/app/cwm/client.c index eefa732b7..ec053c342 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. * - * $OpenBSD: client.c,v 1.168 2014/01/03 14:23:50 okan Exp $ + * $OpenBSD: client.c,v 1.169 2014/01/27 15:13:09 okan Exp $ */ #include <sys/param.h> @@ -119,7 +119,6 @@ client_init(Window win, struct screen_ctx *sc, int mapped) TAILQ_INSERT_TAIL(&Clientq, cc, entry); xu_ewmh_net_client_list(sc); - xu_ewmh_restore_net_wm_state(cc); if (mapped) |