summaryrefslogtreecommitdiff
path: root/plat.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-07-17 21:29:06 +1000
committerquou <quou@disroot.org>2024-07-17 21:29:06 +1000
commitb8d2cf5610f0e0ef96ded0a5de5bda54c10c9552 (patch)
tree4a639008c8cfb9e891c83aaee14ea49fefc7d87f /plat.h
parent9bbef8bd2cc004ca1baa2306a8c42120eb5fdc36 (diff)
Mouse delta
Diffstat (limited to 'plat.h')
-rw-r--r--plat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat.h b/plat.h
index a4e2758..1d79465 100644
--- a/plat.h
+++ b/plat.h
@@ -68,6 +68,7 @@ typedef struct {
int w, h, s, o, mpf;
int fps;
int mx, my;
+ int dmx, dmy;
Error err;
Colour* fb;
Heap* heap;