From 455fcb0b8e2ab508c077b9fd9ef36d097d6c6c12 Mon Sep 17 00:00:00 2001 From: Okan Demirmen Date: Mon, 27 Jan 2014 15:13:10 +0000 Subject: move some init up and shed some blank lines --- app/cwm/client.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/cwm/client.c') 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 @@ -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) -- cgit v1.2.3