Reduce length of values

This commit is contained in:
Dylan Araps
2020-07-26 15:28:44 +03:00
parent 37648b9576
commit 4a369b4ab2

View File

@@ -92,7 +92,7 @@ void event_notify_motion(xcb_generic_event_t *ev) {
xcb_motion_notify_event_t *e = (xcb_motion_notify_event_t *)ev;
xcb_query_pointer_reply_t *ptr;
xcb_get_geometry_reply_t *geom;
uint32_t values[3];
uint32_t values[2];
if (!motion_win || motion_win == scr->root) {
return;