JoseExposito / touchegg

Linux multi-touch gesture recognizer
GNU General Public License v3.0
3.66k stars 169 forks source link

Use XRRGetScreenResourcesCurrent for performance #564

Closed cbodenst closed 2 years ago

cbodenst commented 2 years ago

Hi I tried this project today but had issues with some laggy behavior. I figured out that XRRGetScreenResources was cause of the lags, and also found that XRRGetScreenResourcesCurrent is much faster and should be sufficient for this case.