Hi Raster, all,

SVN r64701 in ecore_x_xi2.c introduced checking for the parent device of 
a SlavePointer, then checks whether the parent is used as a 
MasterPointer - and in that case, ignoring all events from that 
SlavePointer.

[...]
+             if (((atdev) && (atdev->use != XIMasterPointer)) ||
+                 (!atdev))
+               {

Could you explain why you introduced this check? Why do you not want to 
receive events from a slave whose parent is the master pointer?

In which situation is a slave pointer attached to something that's not a 
MasterPointer? AFAICS If a slave pointer doesn't have a master, it's a 
floating device, but then this code is not reached at all.

For WebKit EFL multitouch testing - I've removed this check in order to 
receive events from my touchpad.

Thanks very much,

Dominik

-- 
Dominik Röttsches <[email protected]>


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to