Re: [PATCH weston] compositor-x11: fix default output scale

2013-05-23 Thread Kristian Høgsberg
On Thu, May 23, 2013 at 01:31:39PM +0300, ppaala...@gmail.com wrote: > From: Pekka Paalanen > > Default output scale of 256 makes little sense. Actually this is a type > mismatch between wl_fixed and int, probably a leftover from when the > scale factor was proposed as a fixed point number. > >

Re: [PATCH weston] compositor-x11: fix default output scale

2013-05-23 Thread Alexander Larsson
- Original Message - > From: Pekka Paalanen > > Default output scale of 256 makes little sense. Actually this is a type > mismatch between wl_fixed and int, probably a leftover from when the > scale factor was proposed as a fixed point number. > > Scale 256 probably causes the Window c

[PATCH weston] compositor-x11: fix default output scale

2013-05-23 Thread ppaalanen
From: Pekka Paalanen Default output scale of 256 makes little sense. Actually this is a type mismatch between wl_fixed and int, probably a leftover from when the scale factor was proposed as a fixed point number. Scale 256 probably causes the Window creation to fail, but that actually leads to a