From b786f20bbab5a59046aa78a2c6c2a11536497202 Mon Sep 17 00:00:00 2001 From: bhgv Date: Thu, 1 Mar 2018 16:54:45 +0200 Subject: inferno-os tree was separated from the inferno-os-android (separated from the Android driver) --- libtk/frame.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 libtk/frame.h (limited to 'libtk/frame.h') diff --git a/libtk/frame.h b/libtk/frame.h new file mode 100644 index 0000000..11c415f --- /dev/null +++ b/libtk/frame.h @@ -0,0 +1,2 @@ +extern char* tkdrawframe(Tk*, Point); +extern void tkfreeframe(Tk*); -- cgit v1.2.3