if (e->xconfigure.width == win.w && e->xconfigure.height == win.h)
return;
+ if (embed) {
+ wc.width = e->xconfigure.width;
+ wc.height = e->xconfigure.height;
+ XConfigureWindow(xw.dpy, embed, CWWidth | CWHeight, &wc);
+ }
+
cresize(e->xconfigure.width, e->x
04.02.24 12:52, Hiltjo Posthuma пишет:
> Hi,
>
> If you want to contribute to upstream you need to rebase the patches on the
> master version of st.
>
> Then you send the patches (git-format-patch) to the mailinglist.
> Okay. But first of all, there are remaining problems. I would like to resolve
Hello!
I picked up the patch from Jochen Sprickerhof
that was posted on hack...@suckless.org a few years ago, allowing you to
embed applications into st via Xembed. So this is the _host_ side of
Xembed, very similar to what tabbed does. The thing is, you do not always
want to open apps in new tab