X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=sys-x11.c;h=e417e83d3a612522484bd1251b83bd2b3027331c;hb=1da6b20a6b09c8d1240a0ce5d22009f86ea75bab;hp=9775cafcbc9df1f28193a9e27c6224a0095a3490;hpb=20508b0053a5925ca15f17813ca9176659d06ae1;p=wmpus diff --git a/sys-x11.c b/sys-x11.c index 9775caf..e417e83 100644 --- a/sys-x11.c +++ b/sys-x11.c @@ -469,9 +469,11 @@ void sys_show(win_t *win, state_t state) return; case ST_FULL: printf("sys_show: full\n"); + XMapWindow(win->sys->dpy, win->sys->xid); return; case ST_SHADE: printf("sys_show: shade\n"); + XMapWindow(win->sys->dpy, win->sys->xid); return; case ST_ICON: printf("sys_show: icon\n");