Re: [PATCH wayland-protocols] unstable: add xcursor-configuration

2020-01-27 Thread ovdev
Hello Jonas, I am a developer hoping to work more with Wayland in the future, and would like it if you could clarify a few things regarding your response. You wrote: >D-Bus is more or less the universal IPC on Linux However, I am unable to find D-Bus in the Linux source tree. I know it has be

Re: [PATCH wayland-protocols] unstable: add xcursor-configuration

2020-01-27 Thread Nicolas F.
Oops, apparently Thunderbird messed up the threading. This is in reply to the following December 2018 thread: https://lists.freedesktop.org/archives/wayland-devel/2018-December/039752.html ___ wayland-devel mailing list wayland-devel@lists.freedesktop.o

Re: [PATCH wayland-protocols] unstable: add xcursor-configuration

2020-01-27 Thread Nicolas F.
Hello Jonas, I am a developer hoping to work more with Wayland in the future, and would like it if you could clarify a few things regarding your response. You wrote: >D-Bus is more or less the universal IPC on Linux However, I am unable to find D-Bus in the Linux source tree. I know it has be

Re: Fullscreen window (Re: Thread safety when rendering on a separate thread)

2020-01-27 Thread Guillermo Rodriguez
Hi, El lun., 27 ene. 2020 a las 14:21, Pekka Paalanen () escribió: > > On Mon, 27 Jan 2020 12:58:13 +0100 > Guillermo Rodriguez wrote: > > > El lun., 27 ene. 2020 a las 12:53, Pekka Paalanen > > () escribió: > > > > > > On Mon, 27 Jan 2020 12:36:27 +0100 > > > Guillermo Rodriguez wrote: > > > >

Fullscreen window (Re: Thread safety when rendering on a separate thread)

2020-01-27 Thread Pekka Paalanen
On Mon, 27 Jan 2020 12:58:13 +0100 Guillermo Rodriguez wrote: > El lun., 27 ene. 2020 a las 12:53, Pekka Paalanen > () escribió: > > > > On Mon, 27 Jan 2020 12:36:27 +0100 > > Guillermo Rodriguez wrote: > > > > > Thank you for your answer. This is an embedded fullscreen application, so > > >

Re: Thread safety when rendering on a separate thread

2020-01-27 Thread Guillermo Rodriguez
El lun., 27 ene. 2020 a las 12:53, Pekka Paalanen () escribió: > > On Mon, 27 Jan 2020 12:36:27 +0100 > Guillermo Rodriguez wrote: > > > Hi, > > > > El lun., 27 ene. 2020 a las 12:07, Pekka Paalanen > > () escribió: > > > > > > On Mon, 27 Jan 2020 11:43:50 +0100 > > > Guillermo Rodriguez wrote: >

Re: Thread safety when rendering on a separate thread

2020-01-27 Thread Pekka Paalanen
On Mon, 27 Jan 2020 12:36:27 +0100 Guillermo Rodriguez wrote: > Hi, > > El lun., 27 ene. 2020 a las 12:07, Pekka Paalanen > () escribió: > > > > On Mon, 27 Jan 2020 11:43:50 +0100 > > Guillermo Rodriguez wrote: > > > > > Hi all, > > > > > > I have a Wayland client where the main loop runs on

Re: Thread safety when rendering on a separate thread

2020-01-27 Thread Guillermo Rodriguez
Hi, El lun., 27 ene. 2020 a las 12:07, Pekka Paalanen () escribió: > > On Mon, 27 Jan 2020 11:43:50 +0100 > Guillermo Rodriguez wrote: > > > Hi all, > > > > I have a Wayland client where the main loop runs on a thread and > > rendering is done in a separate thread. The main loop simply uses > > w

Re: Thread safety when rendering on a separate thread

2020-01-27 Thread Pekka Paalanen
On Mon, 27 Jan 2020 11:43:50 +0100 Guillermo Rodriguez wrote: > Hi all, > > I have a Wayland client where the main loop runs on a thread and > rendering is done in a separate thread. The main loop simply uses > wl_display_dispatch: > > while (wl_display_dispatch(globals.display) != -1) { >

Thread safety when rendering on a separate thread

2020-01-27 Thread Guillermo Rodriguez
Hi all, I have a Wayland client where the main loop runs on a thread and rendering is done in a separate thread. The main loop simply uses wl_display_dispatch: while (wl_display_dispatch(globals.display) != -1) { [...process user input...] } This is the only place where events are processed.

Re: FTBFS weston 8.0

2020-01-27 Thread Pekka Paalanen
On Sun, 26 Jan 2020 11:36:19 +0100 (CET) Jan Engelhardt wrote: > It was forgotten to add the pkg-config cflags from wayland into the > test-runner command. This causes the weston-8 build to fail, given right > system conditions. > > [6s] [221/358] cc -Itests/59830eb@@test-runner@sta -Itest

Re: Wayland/weston question (launching weston app from tty)

2020-01-27 Thread Pekka Paalanen
On Thu, 23 Jan 2020 12:59:25 +0300 Alexey Kasyanchuk wrote: > Hi, could you please help me with wayland/weston question? > > *Is it possible to start wayland client graphical app inside weston session > from outside the weston somehow (tty, serial console, or boot)?* > > Here the code > >