summaryrefslogtreecommitdiff
path: root/area_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-16 06:49:29 -0400
committerPietro Gagliardi <[email protected]>2014-05-16 06:49:29 -0400
commitebcbaa129de05909a39e6a6884eac94629d46083 (patch)
tree64fb239fa32dda4525118742cca2624aed280b2f /area_darwin.h
parent402e73c307c82f2c87181632ae497c3e853f5b61 (diff)
Combined all the Objective-C headers into objc_darwin.h.
Diffstat (limited to 'area_darwin.h')
-rw-r--r--area_darwin.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/area_darwin.h b/area_darwin.h
deleted file mode 100644
index e670624..0000000
--- a/area_darwin.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* 13 may 2014 */
-
-extern id makeArea(void);
-extern void drawImage(void *, intptr_t, intptr_t, intptr_t, intptr_t, intptr_t);
-extern uintptr_t modifierFlags(id);
-extern struct xpoint getTranslatedEventPoint(id, id);
-extern intptr_t buttonNumber(id);
-extern intptr_t clickCount(id);
-extern uintptr_t pressedMouseButtons(void);
-extern uintptr_t keyCode(id);