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
>>
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
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,
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
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
-
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(-)
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
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
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
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
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
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
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 :)
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
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
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
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 (
17 matches
Mail list logo