Set svn properties on new Android source files.

The Android example files in directory Android/... are not touched.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12702 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2018-03-02 20:16:51 +00:00
parent b9dac8f6f6
commit 4b00b0f320
11 changed files with 22 additions and 22 deletions

View File

@ -1,5 +1,5 @@
//
// "$Id: android.H 12643 2018-01-31 22:49:52Z AlbrechtS $"
// "$Id$"
//
// Template header file for the Fast Light Tool Kit (FLTK).
//
@ -34,5 +34,5 @@ typedef void *Window; // used by fl_find(), fl_xid() and class Fl_X
extern void *fl_gc;
//
// End of "$Id: android.H 12643 2018-01-31 22:49:52Z AlbrechtS $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Android_Graphics_Driver.H 12656 2018-02-09 16:59:34Z manolo $"
// "$Id$"
//
// Definition of classes Fl_Graphics_Driver, Fl_Surface_Device, Fl_Display_Device
// for the Fast Light Tool Kit (FLTK).
@ -248,5 +248,5 @@ public:
#endif // FL_GDI_GRAPHICS_DRIVER_H
//
// End of "$Id: Fl_Android_Graphics_Driver.H 12656 2018-02-09 16:59:34Z manolo $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Android_Graphics_Driver.cxx 12655 2018-02-09 14:39:42Z AlbrechtS $"
// "$Id$"
//
// Rectangle drawing routines for the Fast Light Tool Kit (FLTK).
//
@ -488,5 +488,5 @@ void Fl_GDI_Graphics_Driver::set_current_() {
#endif
//
// End of "$Id: Fl_Android_Graphics_Driver.cxx 12655 2018-02-09 14:39:42Z AlbrechtS $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Android_Image_Surface_Driver.cxx 12653 2018-02-09 13:48:22Z manolo $"
// "$Id$"
//
// Draw-to-image code for the Fast Light Tool Kit (FLTK).
//
@ -117,5 +117,5 @@ void Fl_GDI_Image_Surface_Driver::end_current_(Fl_Surface_Device*)
#endif
//
// End of "$Id: Fl_Android_Image_Surface_Driver.cxx 12653 2018-02-09 13:48:22Z manolo $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Android_Screen_Driver.H 12655 2018-02-09 14:39:42Z AlbrechtS $"
// "$Id$"
//
// Definition of Windows screen interface
// for the Fast Light Tool Kit (FLTK).
@ -473,5 +473,5 @@ extern void android_main(struct android_app* app);
#endif // FL_WINAPI_SCREEN_DRIVER_H
//
// End of "$Id: Fl_Android_Screen_Driver.H 12655 2018-02-09 14:39:42Z AlbrechtS $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Android_Screen_Driver.cxx 12655 2018-02-09 14:39:42Z AlbrechtS $"
// "$Id$"
//
// Windows screen interface for the Fast Light Tool Kit (FLTK).
//
@ -1102,5 +1102,5 @@ void ANativeActivity_onCreate(ANativeActivity* activity, void* savedState,
//
// End of "$Id: Fl_Android_Screen_Driver.cxx 12655 2018-02-09 14:39:42Z AlbrechtS $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Android_System_Driver.H 12655 2018-02-09 14:39:42Z AlbrechtS $"
// "$Id$"
//
// Definition of Windows system driver for the Fast Light Tool Kit (FLTK).
//
@ -125,5 +125,5 @@ public:
#endif // FL_WINAPI_SYSTEM_DRIVER_H
//
// End of "$Id: Fl_Android_System_Driver.H 12655 2018-02-09 14:39:42Z AlbrechtS $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Android_System_Driver.cxx 12655 2018-02-09 14:39:42Z AlbrechtS $"
// "$Id$"
//
// Definition of Apple Darwin system driver.
//
@ -943,5 +943,5 @@ void Fl_WinAPI_System_Driver::gettime(time_t *sec, int *usec) {
#endif
//
// End of "$Id: Fl_Android_System_Driver.cxx 12655 2018-02-09 14:39:42Z AlbrechtS $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Android_Window_Driver.H 12668 2018-02-16 16:24:32Z manolo $"
// "$Id$"
//
// Definition of Apple Cocoa window driver
// for the Fast Light Tool Kit (FLTK).
@ -140,5 +140,5 @@ public:
#endif // FL_WINAPI_WINDOW_DRIVER_H
//
// End of "$Id: Fl_Android_Window_Driver.H 12668 2018-02-16 16:24:32Z manolo $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Android_Window_Driver.cxx 12641 2018-01-31 21:17:17Z AlbrechtS $"
// "$Id$"
//
// Definition of Apple Cocoa window driver.
//
@ -728,5 +728,5 @@ void Fl_WinAPI_Window_Driver::resize_after_screen_change(void *data) {
#endif
//
// End of "$Id: Fl_Android_Window_Driver.cxx 12641 2018-01-31 21:17:17Z AlbrechtS $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Font.H 12650 2018-02-07 15:34:44Z manolo $"
// "$Id$"
//
// Font definitions for the Fast Light Tool Kit (FLTK).
//
@ -48,5 +48,5 @@ extern FL_EXPORT Fl_Fontdesc *fl_fonts; // the table
#endif
//
// End of "$Id: Fl_Font.H 12650 2018-02-07 15:34:44Z manolo $".
// End of "$Id$".
//