chore: XWindowsScreen::handleSystemEvent, remove unused Window variables

This commit is contained in:
sithlord48
2025-08-06 22:51:49 -04:00
committed by Chris Rizzitello
parent 8d90515446
commit 3770e2c39e

View File

@ -1206,8 +1206,6 @@ void XWindowsScreen::handleSystemEvent(const Event &event)
if (XGetEventData(m_display, cookie) && cookie->type == GenericEvent && cookie->extension == xi_opcode) {
if (cookie->evtype == XI_RawMotion) {
// Get current pointer's position
Window root;
Window child;
XMotionEvent xmotion;
xmotion.type = MotionNotify;
xmotion.send_event = False; // Raw motion