Re: Simple SHM Wayland Client

2014-05-29 Thread Marek Chalupa
Hi, On 29 May 2014 13:59, Philip Rushik wrote: > > On Thu, May 29, 2014 at 8:02 PM, Marek Chalupa > wrote: > >> Hi, >> >> try to look at weston/tests/weston-test-client-helpers.c on the function >> client_create(). That could be the piece of code your'e looking for. >> >> Regards, >> Marek >>

Re: query fullscreen size to pass that value in callback calling glviewport.

2014-05-29 Thread Rohit Nandan
Niether window_size gets updated not geometry of struct window after configure event or callback. Is their no way to know updated size or resolution. On Tue, May 27, 2014 at 8:14 PM, Jasper St. Pierre wrote: > The window size comes in the "configure" event, which is similar to X11's > Configure

Re: [PATCH libinput 0/24] Tablet support

2014-05-29 Thread Daniel Stone
On 29 May 2014 18:54, Jason Gerecke wrote: > If that's the case though, I have to ask -- *why* on Earth is > 'li_fixed_t' even being considered as libinput's output type? I know > I'm missing something because the thought seems like such a blindingly > terrible choice. Its not an intrinsic type,

[PATCH v2 libinput] tools: add a tool for GUI-based debugging

2014-05-29 Thread Peter Hutterer
Looking at debugging output is nice but not useful when testing for the feel of a device. Add a tool that presents a canvas and draws the various events onto it. Signed-off-by: Peter Hutterer --- Changes to v1: - switched from xlib to GTK, tested under weston - add LMR button display - misc minor

[PATCH wayland-web 4/7] Added page of Ubuntu12.04 specific directions

2014-05-29 Thread Bill Spitzak
From: Bill Spitzak --- building.html| 19 +++- ubuntu12.04.html | 291 ++ 2 files changed, 307 insertions(+), 3 deletions(-) create mode 100644 ubuntu12.04.html diff --git a/building.html b/building.html index 57ee2fb..d0ddccf 100644 -

[PATCH wayland-web 6/7] Added comments about dependencies after each build instruction

2014-05-29 Thread Bill Spitzak
From: Bill Spitzak Added many links to various project home pages when I could find them. --- building.html| 93 +++--- ubuntu12.04.html |2 +- xserver.html | 27 3 files changed, 83 insertions(+), 39 deletions(-)

[PATCH wayland-web 7/7] Added links to the online versions of git repositories

2014-05-29 Thread Bill Spitzak
Also fixed drm git repository to what I think is the correct one, as it has one later commit than the one given in the old instructions. --- building.html | 26 ++ xserver.html | 14 -- 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/buildi

[PATCH wayland-web 5/7] Added a 'running weston' chapter

2014-05-29 Thread Bill Spitzak
From: Bill Spitzak Moved $XDG_RUNTIME_DIR into it. --- building.html | 105 +++-- 1 file changed, 57 insertions(+), 48 deletions(-) diff --git a/building.html b/building.html index d0ddccf..6870a8b 100644 --- a/building.html +++ b/building.ht

[PATCH wayland-web 1/7] Put a box around all code samples

2014-05-29 Thread Bill Spitzak
From: Bill Spitzak Added "comment" css class to colorize comments --- wayland.css |2 ++ 1 file changed, 2 insertions(+) diff --git a/wayland.css b/wayland.css index 7f058ba..d7ef79f 100644 --- a/wayland.css +++ b/wayland.css @@ -8,3 +8,5 @@ a { color: #444; } a:hover { color: #888; } a:v

[PATCH wayland-web 2/7] Simple updates to Weston build instructions

2014-05-29 Thread Bill Spitzak
From: Bill Spitzak - $WLD/bin must be on the path - Put info about system-wide install in one place - Removed drm, libxkbcommon, pixman, cairo as distributed versions are usable nowadays. - Added libinput --- building.html | 167 +++-- 1

[PATCH wayland-web 3/7] Fixed xserver build instructions

2014-05-29 Thread Bill Spitzak
From: Bill Spitzak - Removed xtrans as it is no different than other dependencies - Added comment from commit message about new configure line - Fix for bug in libepoxy configure --- building.html |2 +- xserver.html | 53 + 2 files ch

[PATCH wayland-web 0/7] Updating of build instructions Version 5

2014-05-29 Thread Bill Spitzak
Includes changes from Pekka Paalanen. Added new information about dependencies for each main package, with links to home pages (when I could find one) and to the web versions of git repositories, and a number of minor fixes. ___ wayland-devel mailing lis

Re: [PATCH libinput] evdev: INPUT_PROP_DIRECT devices can't be touchpads

2014-05-29 Thread Peter Hutterer
On Thu, May 29, 2014 at 12:59:45PM +0200, Jonas Ådahl wrote: > On Thu, May 29, 2014 at 04:00:58PM +1000, Peter Hutterer wrote: > > Signed-off-by: Peter Hutterer > > Reading the documentation, this change looks sane to me. I'll take that as a hint to add a better commit message before pushing :)

Re: [PATCH libinput 0/24] Tablet support

2014-05-29 Thread Jason Gerecke
On Wed, May 28, 2014 at 6:39 PM, Peter Hutterer wrote: > On Wed, May 28, 2014 at 10:23:00AM -0700, Jason Gerecke wrote: >> On Tue, May 27, 2014 at 8:32 PM, Chandler Paul wrote: >> > On Wed, 2014-05-28 at 12:48 +1000, Peter Hutterer wrote: >> >> On Tue, May 27, 2014 at 03:40:07PM -0700, Jason Gere

Re: Simple SHM Wayland Client

2014-05-29 Thread Marek Chalupa
Hi, try to look at weston/tests/weston-test-client-helpers.c on the function client_create(). That could be the piece of code your'e looking for. Regards, Marek On 28 May 2014 17:24, Philip Rushik wrote: > Hi Everybody, > > I am trying to build a simple Wayland client, just sort of a "hello w

Re: [PATCH libinput] evdev: INPUT_PROP_DIRECT devices can't be touchpads

2014-05-29 Thread Jonas Ådahl
On Thu, May 29, 2014 at 04:00:58PM +1000, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer Reading the documentation, this change looks sane to me. Reviewed-by: Jonas Ådahl > --- > src/evdev.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/evdev.c b/src/e

Re: [PATCH libinput 0/24] Tablet support

2014-05-29 Thread Peter Hutterer
On Wed, May 28, 2014 at 11:07:52AM -0700, Bill Spitzak wrote: > I'm not clear on why there is an attempt to use FIXED for the data rather > than an integer. The binary result is identical, but I think it is a lot > easier and clearer to say that the numbers range from -2147483647 to > +2147483647 (