projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b85cf0
)
tools: draw the tablet before the touch points
author
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 13 Feb 2019 00:15:29 +0000
(10:15 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 13 Feb 2019 08:45:04 +0000
(18:45 +1000)
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>
tools/libinput-debug-gui.c
patch
|
blob
|
history
diff --git
a/tools/libinput-debug-gui.c
b/tools/libinput-debug-gui.c
index cb32a69c20632637844be1c5cb1d8eddc331d3ce..67c51b737ce83469510b22bd97f272fe82015c30 100644
(file)
--- a/
tools/libinput-debug-gui.c
+++ b/
tools/libinput-debug-gui.c
@@
-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;