Re: [PATCH weston] input: Schedule pointer sprite repaint when cursor is set

2014-09-10 Thread Pekka Paalanen
On Mon, 8 Sep 2014 19:33:41 +0200 Jonas Ådahl wrote: > If a cursor was set with wl_pointer.set_cursor but not in combination > with an action that has the side effect of damaging the region where > the cursor is positioned, it would not be drawn. This patch explicitly > schedules a repaint of th

[PATCH weston] input: Schedule pointer sprite repaint when cursor is set

2014-09-08 Thread Jonas Ådahl
If a cursor was set with wl_pointer.set_cursor but not in combination with an action that has the side effect of damaging the region where the cursor is positioned, it would not be drawn. This patch explicitly schedules a repaint of the pointer sprite when it is set. clickdot is updated to illustr