chore: XWindowsScreen::handleSystemEvent, remove unused Window variables
This commit is contained in:
committed by
Chris Rizzitello
parent
8d90515446
commit
3770e2c39e
@ -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
|
||||
|
||||
Reference in New Issue
Block a user