Re: Weston stuff: fractional HiDPI, FreeBSD, Rust

2018-01-19 Thread Simon McVittie
On Thu, 18 Jan 2018 at 18:25:02 +, Daniel Stone wrote: > I do have another suggestion though: can you please change the platform > checks (#ifdef __linux__ and #ifdef FreeBSD) to instead be feature > checks? For example, CLOCK_MONOTONIC_RAW is behind a Linux ifdef and > CLOCK_MONOTONIC_FAST is

Re: Weston stuff: fractional HiDPI, FreeBSD, Rust

2018-01-18 Thread Daniel Stone
Hi Greg, On 14 December 2017 at 08:21, Pekka Paalanen wrote: > On Thu, 14 Dec 2017 03:05:59 +0300 > Greg V wrote: >> - FreeBSD support: https://github.com/myfreeweb/weston/commit/5827840c8 >> 2b9d0a302d5c54c514ca6f4238e12de > > In theory I'd

Re: Weston stuff: fractional HiDPI, FreeBSD, Rust

2018-01-09 Thread Jonas Ådahl
On Thu, Dec 14, 2017 at 04:07:42PM +0200, Pekka Paalanen wrote: > On Thu, 14 Dec 2017 14:20:30 +0300 > Greg V wrote: > > On Thu, 2017-12-14 at 10:21 +0200, Pekka Paalanen wrote: > > > On Thu, 14 Dec 2017 03:05:59 +0300 > > > Greg V wrote:

Re: Weston stuff: fractional HiDPI, FreeBSD, Rust

2017-12-14 Thread Pekka Paalanen
On Thu, 14 Dec 2017 14:20:30 +0300 Greg V wrote: > On Thu, 2017-12-14 at 10:21 +0200, Pekka Paalanen wrote: > > On Thu, 14 Dec 2017 03:05:59 +0300 > > Greg V wrote: > > > - FreeBSD support > > In theory I'd support this, but I'm sure

Re: Weston stuff: fractional HiDPI, FreeBSD, Rust

2017-12-14 Thread Greg V
On Thu, 2017-12-14 at 10:21 +0200, Pekka Paalanen wrote: > On Thu, 14 Dec 2017 03:05:59 +0300 > Greg V wrote: > > - FreeBSD support > In theory I'd support this, but I'm sure we'll have some bikeshedding > on how to actually deal with the alternative code. I would

Re: Weston stuff: fractional HiDPI, FreeBSD, Rust

2017-12-14 Thread Pekka Paalanen
On Thu, 14 Dec 2017 03:05:59 +0300 Greg V wrote: > Hi everyone! > > I've been hacking around, trying to make Weston more usable for myself… Hi, nice work! Here are my initial thoughts of the ideas, but mind that I didn't look at the code at all, so some questions

Weston stuff: fractional HiDPI, FreeBSD, Rust

2017-12-13 Thread Greg V
Hi everyone! I've been hacking around, trying to make Weston more usable for myself… So far I've done: - FreeBSD support: https://github.com/myfreeweb/weston/commit/5827840c8 2b9d0a302d5c54c514ca6f4238e12de - memfd/anonymous shm in os_create_anonymous_file: https://github.com/m