~iank/evhz

479040cc100ffa667bf22df0cfe00fbf753bbcc6 — Ian Kelling 9 years ago 3ab980d + d48d0d6
Merge pull request #4 from aldrik/master

Show the polling rate for graphics tables
1 files changed, 1 insertions(+), 1 deletions(-)

M evhz.c
M evhz.c => evhz.c +1 -1
@@ 94,7 94,7 @@ int main(int argc, char *argv[]) {
					continue;
				}

				if(event.type == EV_REL) {
				if(event.type == EV_REL || event.type == EV_ABS) {
					double time;
					int hz;