X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Finfowin.c;h=791cae0880da701a2b04ebf7a87a89ee6abba776;hb=2ee30716afcae989239796ac7b77e89e0bc4fed7;hp=d23823ea4981384f10096b0e370ebadbda0d16a9;hpb=ae4260bb64817c11f9a7140324cd3e3ba113e297;p=ion3.git diff --git a/ioncore/infowin.c b/ioncore/infowin.c index d23823e..791cae0 100644 --- a/ioncore/infowin.c +++ b/ioncore/infowin.c @@ -51,8 +51,6 @@ bool infowin_init(WInfoWin *p, WWindow *parent, const WFitParams *fp, if(p->brush==NULL) goto fail3; - p->wwin.region.flags|=REGION_SKIP_FOCUS; - /* Enable save unders */ attr.save_under=True; XChangeWindowAttributes(ioncore_g.dpy, p->wwin.win, CWSaveUnder, &attr);