# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: D:\JavaFX\repos\openjdk-openjfx-8u-dev\rt # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: modules/graphics/src/main/java/com/sun/glass/ui/monocle/LinuxStatefulMultiTouchProcessor.java --- modules/graphics/src/main/java/com/sun/glass/ui/monocle/LinuxStatefulMultiTouchProcessor.java +++ modules/graphics/src/main/java/com/sun/glass/ui/monocle/LinuxStatefulMultiTouchProcessor.java @@ -84,13 +93,13 @@ slotToIDMap.put(currentSlot, currentID); } break; - case LinuxInput.ABS_X: +// case LinuxInput.ABS_X: case LinuxInput.ABS_MT_POSITION_X: if (x == COORD_UNDEFINED) { x = value; } break; - case LinuxInput.ABS_Y: +// case LinuxInput.ABS_Y: case LinuxInput.ABS_MT_POSITION_Y: if (y == COORD_UNDEFINED) { y = value;