<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><br><div>Hello to the list; a little introduction is needed.</div><br><div>I'm here because I'm writing a new kit, XCBKit n objective-c on linux, using GNUstep.</div><br><div>The purpose of the kit is to enable faster window manager development in OOP paradigm. You can look the status of the kit at the following link:</div><br><div><a href="https://github.com/AlessandroSangiuliano/XcbKit" title="https://github.com/AlessandroSangiuliano/XcbKit">https://github.com/AlessandroSangiuliano/XcbKit</a><br></div><div>and the status of the window manager at this link:</div><br><div><a href="https://github.com/AlessandroSangiuliano/uroswm" title="https://github.com/AlessandroSangiuliano/uroswm">https://github.com/AlessandroSangiuliano/uroswm</a> (introduction ends here)</div><br><div>Actually I noticed that on moving a window clicking on the title bar I have some flickering. I was thinking t a performance problem of my code, but i discovered that the flickering is coming with an high DPI mouse, while with internal trackpad or "normal/standard" mouses everthing work good. (branch resizing on github) </div><br><div>I have difficulties to explain this problme with words the best way is showing you what is happening, so I recorded a little video with the phone. I'm sorry for the quality but it was a bit hard keeping the phone with a hand and moving the window with the other.</div><br><div>The first movement session in the video is done with the internal trakpad and also with a normal mouse. The second movement session is done with an high DPI mouse, a Corsait M65 Pro that can reaches 18.000 DPI and the user can increase or decrease by a 2 buttons on the mouse. </div><br><div>I didn't attached the archive of the video to the mail because it is around 15Mb you can download it from this link:</div><div><a href="https://drive.google.com/file/d/1m3kx3pHKoGiim4mxnHIiU3gbBwDS04So/view?usp=sharing" title="https://drive.google.com/file/d/1m3kx3pHKoGiim4mxnHIiU3gbBwDS04So/view?usp=sharing">https://drive.google.com/file/d/1m3kx3pHKoGiim4mxnHIiU3gbBwDS04So/view?usp=sharing</a><br></div><div>The name of the file reflects the content.</div><br><div>How I could solve the problem?</div><br><br>