summaryrefslogtreecommitdiff
path: root/src/Fl_lock.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-03-15 09:34:20 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-03-15 09:34:20 +0000
commit67f0018dca4aa6eac36a2d90d4d4c9bfdd7a21a1 (patch)
tree50971b514e7e395babbe69d4335759fc3d36b17d /src/Fl_lock.cxx
parent630fc8e9839ac534ad445ddfda8f175365009439 (diff)
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
Diffstat (limited to 'src/Fl_lock.cxx')
-rw-r--r--src/Fl_lock.cxx27
1 files changed, 27 insertions, 0 deletions
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);
}