Re: [PATCH libinput] tools: don't use deprecated gdk_cursor_new()

2015-03-18 Thread Hans de Goede
Hi, On 18-03-15 00:44, Peter Hutterer wrote: Replaced by gdk_cursor_new_from_display() which means we need to tickle the event until it spits out a GdkDisplay. Deprecated in gdk 3.16 Signed-off-by: Peter Hutterer Looks good to me: Reviewed-by: Hans de Goede --- If anyone can do a quick

[PATCH libinput] tools: don't use deprecated gdk_cursor_new()

2015-03-17 Thread Peter Hutterer
Replaced by gdk_cursor_new_from_display() which means we need to tickle the event until it spits out a GdkDisplay. Deprecated in gdk 3.16 Signed-off-by: Peter Hutterer --- If anyone can do a quick double-check that I'm not mis-using gdk here please that'd be appreciated. tools/event-gui.c | 8