diff options
Diffstat (limited to 'FL/android.H')
| -rw-r--r-- | FL/android.H | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/FL/android.H b/FL/android.H index 573664984..eea3d616c 100644 --- a/FL/android.H +++ b/FL/android.H @@ -31,8 +31,8 @@ extern "C" { #endif /* - * This is the function that application code must implement, representing - * the main entry to the app. + This is the function that application code must implement, representing + the main entry to the app. */ extern int main(int argc, char **argv); @@ -51,9 +51,9 @@ typedef void *Window; // used by fl_find(), fl_xid() and class Fl_X 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() - * Don't change the order of these enums! See Fl_Android_Application.H . + 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() + Don't change the order of these enums! See Fl_Android_Application.H . */ enum Fl_Android_Platform_Event { |
