Re: [writing a compositor] Displaying something on the screen

2018-06-04 Thread adlo
Thanks, this was very useful. My compositor now works, but windows don't initially render until I click on my compositor, though they render properly after that. How can I resolve this? Regards adlo > On 31 May 2018, at 10:05, Quentin Glidic > wrote: > > Hi, > >> On 5/31/18 5:42 AM, adlo

Re: [writing a compositor] Displaying something on the screen

2018-05-31 Thread Quentin Glidic
Hi, On 5/31/18 5:42 AM, adlo wrote: I am attempting to write a simple test compositor using libweston. Here is my code so far: https://github.com/adlocode/test-libweston-desktop What else do I need to do in order to get it to the point where something appears on the screen, such as a rectang

[writing a compositor] Displaying something on the screen

2018-05-30 Thread adlo
I am attempting to write a simple test compositor using libweston. Here is my code so far: https://github.com/adlocode/test-libweston-desktop What else do I need to do in order to get it to the point where something appears on the screen, such as a rectangle of solid colour? Regards adlo