From 67f0018dca4aa6eac36a2d90d4d4c9bfdd7a21a1 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 15 Mar 2018 09:34:20 +0000 Subject: Removed warning for Android. Fixed "FIXME" in Fl_Tooltip. Removed tab characters. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12748 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_lock.cxx | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'src/Fl_lock.cxx') diff --git a/src/Fl_lock.cxx b/src/Fl_lock.cxx index 902f9fc43..85636217b 100644 --- a/src/Fl_lock.cxx +++ b/src/Fl_lock.cxx @@ -417,6 +417,33 @@ void unlock_ring() {} #endif // FL_CFG_SYS_POSIX +// TODO: can these functions be moved to the system drivers? +#ifdef __ANDROID__ + +static void unlock_ring() +{ + // TODO: implement me +} + +static void lock_ring() +{ + // TODO: implement me +} + +static void unlock_function() +{ + // TODO: implement me +} + +static void lock_function() +{ + // TODO: implement me +} + +#endif // __ANDROID__ + + + void Fl::awake(void *v) { Fl::system_driver()->awake(v); } -- cgit v1.2.3