Compare commits

..

No commits in common. "98dd781299bc67c3065749e552f76cdb0cef405c" and "558002541e4ad948307a796a03193c0a2500d0a9" have entirely different histories.

1
dwm.c
View File

@ -3313,6 +3313,7 @@ run(void)
event_fd, events[i].data.ptr, events[i].data.u32,
events[i].data.u64);
fprintf(stderr, " with events %d\n", events[i].events);
return;
}
}
}