[PATCH] load_image always prints a message on failure if filename is not empty

2014-07-30 Thread Bill Spitzak
It was rather inconsistent before. This may help users figure out why backgrounds and icons don't show up. A better api where the error can be queried might be nice, but this seems sufficient for current Weston use. --- clients/image.c |1 - shared/image-loader.c | 11 +-- 2 fi

Re: wl_tablet draft v2

2014-07-30 Thread Jason Gerecke
On Tue, Jul 29, 2014 at 12:44 PM, Lyude wrote: > I'm more then willing to add something to get the resolution > information, it wouldn't be too difficult to implement. I think I'm > missing or forgetting something here though; why wouldn't we be able to > get an actual value in degrees from the no

Re: Protocol (scanner) proposals

2014-07-30 Thread Pekka Paalanen
On Wed, 30 Jul 2014 15:00:55 +0200 Auke Booij wrote: > I am in the process of writing bindings to Wayland for Haskell, and > have run into some issues which I think you may be interested in > solving. ... > 2. The current wayland-scanner produces a huge amount of "static > inline" functions. In

Re: [PATCH weston] animation: also change stop value when updating a fade target

2014-07-30 Thread Jason Ekstrand
I just pushed this because it fixes a bug. I really don't like the fact that we have to track this separately from spring.target. We should probably fix the animation code so we don't. --Jason Ekstrand On Tue, Jul 29, 2014 at 4:56 PM, Jonny Lamb wrote: > If we're fading a view with weston_fad

Protocol (scanner) proposals

2014-07-30 Thread Auke Booij
I am in the process of writing bindings to Wayland for Haskell, and have run into some issues which I think you may be interested in solving. They all relate to the protocol files. 1. Haskell is a very richly typed language, which means that if two integers have different meaning (e.g. length of

Re: wayland: how should dispatch the default wayland display queue?

2014-07-30 Thread Eugen Friedrich
Hello Pekka, now i have the complete picture, the mentioned commit describes exactly the problem which was found by me. we are still using wayland 1.3 version. thanks a lot !!! 2014-07-30 8:38 GMT+02:00 Pekka Paalanen : > On Tue, 29 Jul 2014 23:32:34 +0200 > Eugen Friedrich wrote: > > > 201

Re: Keysym event in the text protocol

2014-07-30 Thread Daniel Stone
On 29 July 2014 19:30, Bill Spitzak wrote: > I would like to see character composition removed from xkb so that western > programmers are forced to use the input method > XKB doesn't do multi-key composition. This is already input method only. ___ wayl