[PATCH v2 0/4] Cursor surfaces

Ander Conselvan de Oliveira ander.conselvan.de.oliveira at intel.com
Tue Apr 3 05:44:14 PDT 2012


Hi,

This is an updated version of the cursor surface patches I sent earlier.
I changed the protocol a bit so that the set_hotspot request is not on
the input_device but on a new interface, wl_pointer_surface. Also, some
of the messy details of the previous patch were resolved using the new
surface configure vfunc.

This also includes the last two weston patches I sent to the list last
week.

These patches are also available on my private git repos:

	git://github.com/anderco/wayland.git cursor_surfaces
	git://github.com/anderco/weston.git cursor_surfaces

Ander Conselvan de Oliveira (1):
  protocol: make pointer images regular surfaces

Ander Conselvan de Oliveira (3):
  compositor: only update cursor sprite position on output repaint
  compositor: only update drag surfaces during output repaint
  compositor: implement new pointer surfaces protocol

 clients/window.c         |   10 ++-
 src/compositor-wayland.c |    7 +-
 src/compositor.c         |  321 +++++++++++++++++++++++++++++++++++++---------
 src/compositor.h         |   10 ++-
 4 files changed, 282 insertions(+), 66 deletions(-)

-- 
1.7.4.1



More information about the wayland-devel mailing list