mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-08-20 22:43:48 -07:00
Reduce length of values
This commit is contained in:
@@ -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_motion_notify_event_t *e = (xcb_motion_notify_event_t *)ev;
|
||||||
xcb_query_pointer_reply_t *ptr;
|
xcb_query_pointer_reply_t *ptr;
|
||||||
xcb_get_geometry_reply_t *geom;
|
xcb_get_geometry_reply_t *geom;
|
||||||
uint32_t values[3];
|
uint32_t values[2];
|
||||||
|
|
||||||
if (!motion_win || motion_win == scr->root) {
|
if (!motion_win || motion_win == scr->root) {
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user