diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-03-12 20:10:49 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-03-12 20:10:49 +0000 |
| commit | b0a514366eed9b5ef4d7f99768af0d7e89755728 (patch) | |
| tree | 7c175f0e1ade365bd2a259286c803f40f9bb2618 /FL | |
| parent | 1b52ead802e1f3b24c33cadacb8d67dbfb209253 (diff) | |
Android: added support for Fl::add_timeout() and friends.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12742 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/android.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/android.H b/FL/android.H index c6da1e3c9..262ab82b7 100644 --- a/FL/android.H +++ b/FL/android.H @@ -36,7 +36,7 @@ extern void *fl_gc; /** * These events are specific to the Android OS driver system. They can * be read by adding a callback via Fl::add_system_handler() and reading Fl::event() - * Dont's change the order of these enums! See Fl_Android_Application.H . + * Don't change the order of these enums! See Fl_Android_Application.H . */ enum Fl_Android_Platform_Event { |
