Wayland
Thiago Milczarek Sayão
thiago.sayao at gmail.com
Sun Apr 21 20:35:12 UTC 2024
jextract --output src -t org.freedesktop.wayland.client --header-class-name
WlClient `pkg-config --cflags-only-I wayland-client` `pkg-config --libs
wayland-client` /usr/include/wayland-client.h
WARNING: Skipping wl_registry (type Declared(wl_registry) is not supported)
I would need this to hook the events with wl_registry_add_listener, but
currently the code generation for this is not working.
Em dom., 21 de abr. de 2024 às 16:39, Nir Lisker <nlisker at gmail.com>
escreveu:
> What are wl_ types? jextract only supports c headers.
>
> On Sun, Apr 21, 2024 at 10:31 PM Thiago Milczarek Sayão <
> thiago.sayao at gmail.com> wrote:
>
>> Hi,
>>
>> I did a small test app to explore Wayland client and portals (for Robot
>> and dialogs such as file open/save).
>>
>> https://github.com/tsayao/wayland-test/blob/main/wayland-test.c
>>
>> It seems it will work as a glass backend, but some walls will be hit on
>> the way :)
>>
>> I have tried to use jextract (from project Panama) to work directly with
>> java, but it seems it does not support wl_ types.
>>
>> -- Thiago.
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/openjfx-dev/attachments/20240421/48a4b84e/attachment.htm>
More information about the openjfx-dev
mailing list