summaryrefslogtreecommitdiff
path: root/os/js/softcursor.h
diff options
context:
space:
mode:
authorKonstantin Kirik (snegovick) <snegovick@uprojects.org>2025-12-28 12:27:31 +0300
committerKonstantin Kirik (snegovick) <snegovick@uprojects.org>2025-12-28 12:27:31 +0300
commit78ee7d5717807e6ac779293d0d3c78341de6130a (patch)
treea43e3b0f61318ac45e6d907c7cc5bad2c6d7f497 /os/js/softcursor.h
parentbdaf46cf45bbb59261da245d548a179d95a42768 (diff)
Move existing boards into subdits split per arch
Diffstat (limited to 'os/js/softcursor.h')
-rw-r--r--os/js/softcursor.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/os/js/softcursor.h b/os/js/softcursor.h
deleted file mode 100644
index 579914ec..00000000
--- a/os/js/softcursor.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * this should be #define'd to nothing if you have a hardware cursor
- */
-
-void cursormaybeoff(Rectangle*, Memimage*, Rectangle, Memimage*, Point*);
-
-/*
- * also, you should #define cussoron() and cursoroff() to nothing
- * if you have a hardware cursor.. This isn't as bad as it sounds, because
- * this file is only included in port/devdraw.c, and it doesn't need to
- * touch the cursor if it's a hardware cursor
- * -Tad
- */