~iank/evhz

d48d0d6dc66a638b0086ee3c6c898a1ba35284f8 — Aldrik Dunbar 9 years ago 3ab980d
Also 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;