diff options
Diffstat (limited to 'src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.cxx')
| -rw-r--r-- | src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.cxx b/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.cxx index 77161e473..83ed47a83 100644 --- a/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.cxx +++ b/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.cxx @@ -274,9 +274,9 @@ void android_main(struct android_app* state) } /** - * This is the main entry point of a native application that is using - * android_native_app_glue. It runs in its own thread, with its own - * event loop for receiving input events and doing other things. + This is the main entry point of a native application that is using + android_native_app_glue. It runs in its own thread, with its own + event loop for receiving input events and doing other things. */ void Fl_PicoAndroid_Screen_Driver::android_main(struct android_app* state) { @@ -443,8 +443,8 @@ double Fl_PicoAndroid_Screen_Driver::wait(double time_to_wait) /* - * The following code should not be here! - * All this must be refactored into the driver system! + The following code should not be here! + All this must be refactored into the driver system! */ Fl_Fontdesc* fl_fonts = NULL; |
