You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/xkbd/files/xkbd-999999-evdev.patch

16 lines
448 B

--- a/src/xtg.c
+++ b/src/xtg.c
@@ -382,10 +382,12 @@
static void map_to(){
float x=scrX1,y=scrY1,w=width,h=height,dx=pf[p_touch_add],dy=pf[p_touch_add];
_short m = 1;
+#ifdef USE_EVDEV
if (pa[p_touch_add] && pa[p_touch_add][0] == '+' && pa[p_touch_add][1] == 0) {
if (mwidth && devX!=0) dx = (devX - mwidth)/2;
if (mheight && devY!=0) dy = (devY - mheight)/2;
}
+#endif
if (dx!=0 && mwidth) {
float b = (w/mwidth)*dx;
x-=b;