Re: [PATCH] wayland-serer: Remove input structs and helper functions

2013-04-30 Thread Pekka Paalanen
On Mon, 29 Apr 2013 21:23:43 -0400 Kristian Høgsberg wrote: > On Mon, Apr 29, 2013 at 05:23:03PM -0400, Kristian Høgsberg wrote: > > Looking at the functionality in the server library, it's clear (in > > hindsight) that there are two different "things" in there: 1) The > > IPC API, that is, every

Re: [PATCH] wayland-serer: Remove input structs and helper functions

2013-04-29 Thread Kristian Høgsberg
On Mon, Apr 29, 2013 at 05:23:03PM -0400, Kristian Høgsberg wrote: > Looking at the functionality in the server library, it's clear (in hindsight) > that there are two different "things" in there: 1) The IPC API, that is, > everything that concerns wl_display, wl_client, wl_resource and > 2) a half

[PATCH] wayland-serer: Remove input structs and helper functions

2013-04-29 Thread Kristian Høgsberg
Looking at the functionality in the server library, it's clear (in hindsight) that there are two different "things" in there: 1) The IPC API, that is, everything that concerns wl_display, wl_client, wl_resource and 2) a half-hearted attempt at sharing input code and focus logic that leaves a lot of