mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 08:50:27 +01:00
tools: draw the tablet before the touch points
On the Dell Canvas Totem, the tool will cancel existing touch points and to visually debug that, we need the touchpoints to be drawn over the tool. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5b85cf06d8
commit
e038a22360
1 changed files with 1 additions and 1 deletions
|
|
@ -595,12 +595,12 @@ draw(GtkWidget *widget, cairo_t *cr, gpointer data)
|
|||
draw_evdev_rel(w, cr);
|
||||
draw_evdev_abs(w, cr);
|
||||
|
||||
draw_tablet(w, cr);
|
||||
draw_gestures(w, cr);
|
||||
draw_scrollbars(w, cr);
|
||||
draw_touchpoints(w, cr);
|
||||
draw_abs_pointer(w, cr);
|
||||
draw_buttons(w, cr);
|
||||
draw_tablet(w, cr);
|
||||
draw_pointer(w, cr);
|
||||
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue