[LAD] Re: LV2 X11 plugin questions

2025-07-05 Thread Robin Gareus
On 2025-07-05 01:38, Fons Adriaensen wrote: On Fri, Jul 04, 2025 at 03:59:44PM +0200, Robin Gareus wrote: in your case, use XSizeHints and XSetWMNormalHints(). Will test. But then what is the noUSerResize feature for ? It's an optional extension (like LV2 UI) that not all hosts implement

[LAD] Re: LV2 X11 plugin questions

2025-07-04 Thread Fons Adriaensen
On Fri, Jul 04, 2025 at 03:59:44PM +0200, Robin Gareus wrote: > in your case, use XSizeHints and XSetWMNormalHints(). Will test. But then what is the noUSerResize feature for ? Some things are really odd. From your example code: *widget = (void*)self->window; This allows the host to find ou

[LAD] Re: LV2 X11 plugin questions

2025-07-04 Thread Lorenzo Sutton
Hi all, On 04/07/2025 15:59, Robin Gareus wrote: On 2025-07-04 12:17, Fons Adriaensen wrote: Hello all, Hi Fons, I'm finally experimenting with LV2 GUIs, in particular X11 ones. [...] Q1: How do I make the GUI window fixed size ? Tried adding 'ui:fixedSize' as a required feature, but t

[LAD] Re: LV2 X11 plugin questions

2025-07-04 Thread Robin Gareus
On 2025-07-04 12:17, Fons Adriaensen wrote: Hello all, Hi Fons, I'm finally experimenting with LV2 GUIs, in particular X11 ones. That's great to hear. For the case at hand http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in may be a better place to ask for help Q1: How do I make the GUI

[LAD] Re: LV2 X11 plugin questions

2025-07-04 Thread Hermann Meyer
Am 04.07.25 um 12:17 schrieb Fons Adriaensen: Hello all, I'm finally experimenting with LV2 GUIs, in particular X11 ones. Q1: How do I make the GUI window fixed size ? Tried adding 'ui:fixedSize' as a required feature, but that doesn't work. For X11 windows you set the XSetWMNormalHints to