Set svn file properties.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11700 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2016-04-26 07:25:53 +00:00
parent 1e65c16b73
commit f428d0077d
40 changed files with 80 additions and 80 deletions

View File

@ -1,5 +1,5 @@
//
// "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of Apple Cocoa Screen interface
// for the Fast Light Tool Kit (FLTK).
@ -118,5 +118,5 @@ public:
#endif // FL_COCOA_SCREEN_DRIVER_H
//
// End of "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of Apple Cocoa window driver
// for the Fast Light Tool Kit (FLTK).
@ -134,5 +134,5 @@ public:
#endif // FL_COCOA_WINDOW_DRIVER_H
//
// End of "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Font.H 11506 2016-04-02 11:58:13Z manolo $"
// "$Id$"
//
// Font definitions for the Fast Light Tool Kit (FLTK).
//
@ -66,5 +66,5 @@ extern FL_EXPORT Fl_Fontdesc *fl_fonts; // the table
#endif
//
// End of "$Id: Fl_Font.H 11506 2016-04-02 11:58:13Z manolo $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_GDI_Copy_Surface.cxx 11241 2016-02-27 13:52:27Z manolo $"
// "$Id$"
//
// Copy-to-clipboard code for the Fast Light Tool Kit (FLTK).
//
@ -102,5 +102,5 @@ void Fl_GDI_Copy_Surface_Driver::untranslate() {
#endif // FL_CFG_GFX_GDI
//
// End of "$Id: Fl_Copy_Surface.H 11220 2016-02-26 12:51:47Z manolo $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_GDI_Image_Surface.cxx 11278 2016-03-03 19:16:22Z manolo $"
// "$Id$"
//
// Draw-to-image code for the Fast Light Tool Kit (FLTK).
//
@ -110,5 +110,5 @@ void Fl_GDI_Image_Surface_Driver::end_current()
#endif // FL_CFG_GFX_GDI
//
// End of "$Id: Fl_GDI_Image_Surface.cxx 11220 2016-02-26 12:51:47Z manolo $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Pico_Graphics_Driver.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of the Pico minimal graphics driver
// for the Fast Light Tool Kit (FLTK).
@ -215,5 +215,5 @@ class Fl_Pico_Graphics_Driver : public Fl_Graphics_Driver {
#endif // FL_PICO_GRAPHICS_DRIVER_H
//
// End of "$Id: Fl_Pico_Graphics_Driver.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Pico_Graphics_Driver.cxx 11241 2016-02-27 13:52:27Z manolo $"
// "$Id$"
//
// Rectangle drawing routines for the Fast Light Tool Kit (FLTK).
//
@ -509,5 +509,5 @@ void Fl_Pico_Graphics_Driver::draw(const char *str, int n, int x, int y)
//
// End of "$Id: Fl_Pico_Graphics_Driver.cxx 11241 2016-02-27 13:52:27Z manolo $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Pico_Screen_Driver.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of Pico Screen interface
// for the Fast Light Tool Kit (FLTK).
@ -61,5 +61,5 @@ public:
#endif // FL_PICO_SCREEN_DRIVER_H
//
// End of "$Id: Fl_Pico_Screen_Driver.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Pico_Screen_Driver.cxx 11253 2016-03-01 00:54:21Z matt $"
// "$Id$"
//
// Definition of SDL Screen interface based on Pico
//
@ -141,5 +141,5 @@ void Fl_Pico_Screen_Driver::remove_timeout(Fl_Timeout_Handler cb, void *argp)
//
// End of "$Id: Fl_Pico_Screen_Driver.cxx 11253 2016-03-01 00:54:21Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Pico_System_Driver.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of Pico system driver
// for the Fast Light Tool Kit (FLTK).
@ -34,5 +34,5 @@ public:
#endif /* FL_PICO_SYSTEM_DRIVER_H */
//
// End of "$Id: Fl_Pico_System_Driver.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Pico_System_Driver.cxx 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of Pico system driver
// for the Fast Light Tool Kit (FLTK).
@ -22,5 +22,5 @@
//
// End of "$Id: Fl_Pico_System_Driver.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Pico_Window_Driver.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of Pico Window interface
// for the Fast Light Tool Kit (FLTK).
@ -43,5 +43,5 @@ public:
#endif // FL_PICO_WINDOW_DRIVER_H
//
// End of "$Id: Fl_Pico_Window_Driver.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Pico_Window_Driver.cxx 11253 2016-03-01 00:54:21Z matt $"
// "$Id$"
//
// Definition of SDL Window interface based on Pico
//
@ -48,5 +48,5 @@ int Fl_Pico_Window_Driver::decorated_h()
}
//
// End of "$Id: Fl_Pico_Window_Driver.cxx 11253 2016-03-01 00:54:21Z matt $".
// End of "$Id$".
//

View File

@ -1,6 +1,6 @@
//
// "$Id: Fl_PicoAndroid_Graphics_Driver.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of the Pico Android graphics driver
// for the Fast Light Tool Kit (FLTK).
@ -121,5 +121,5 @@ public:
#endif // FL_PICOANDROID_GRAPHICS_DRIVER_H
//
// End of "$Id: Fl_PicoAndroid_Graphics_Driver.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_PicoAndroid_Graphics_Driver.cxx 11241 2016-02-27 13:52:27Z manolo $"
// "$Id$"
//
// Rectangle drawing routines for the Fast Light Tool Kit (FLTK).
//
@ -101,5 +101,5 @@ void Fl_PicoAndroid_Graphics_Driver::point(int x, int y)
//
// End of "$Id: Fl_PicoAndroid_Graphics_Driver.cxx 11241 2016-02-27 13:52:27Z manolo $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_PicoAndroid_Screen_Driver.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of Android Screen interface based on Pico
// for the Fast Light Tool Kit (FLTK).
@ -75,5 +75,5 @@ public:
#endif // FL_PICOANDROID_SCREEN_DRIVER_H
//
// End of "$Id: Fl_PicoAndroid_Screen_Driver.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_PicoAndroid_Screen_Driver.cxx 11253 2016-03-01 00:54:21Z matt $"
// "$Id$"
//
// Definition of Android Screen interface based on Pico
//
@ -566,6 +566,6 @@ drivers/PicoAndroid/Fl_PicoAndroid_Window_Driver.o:Fl_PicoAndroid_Window_Driver.
//
// End of "$Id: Fl_PicoAndroid_Screen_Driver.cxx 11253 2016-03-01 00:54:21Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_PicoAndroid_Window_Driver.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of Android Window interface
// for the Fast Light Tool Kit (FLTK).
@ -57,5 +57,5 @@ public:
#endif // FL_PICOSDL_WINDOW_DRIVER_H
//
// End of "$Id: Fl_PicoSDL_Window_Driver.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_PicoAndroid_Window_Driver.cxx 11253 2016-03-01 00:54:21Z matt $"
// "$Id$"
//
// Definition of Android Window interface based on SDL
//
@ -124,5 +124,5 @@ void Fl_PicoAndroid_Window_Driver::flush()
#endif
//
// End of "$Id: Fl_PicoSDL_Window_Driver.cxx 11253 2016-03-01 00:54:21Z matt $".
// End of "$Id$".
//

View File

@ -1,6 +1,6 @@
//
// "$Id: Fl_PicoSDL_Graphics_Driver.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of the Pico minimal SDL graphics driver
// for the Fast Light Tool Kit (FLTK).
@ -120,5 +120,5 @@ public:
#endif // FL_PICOSDL_GRAPHICS_DRIVER_H
//
// End of "$Id: Fl_PicoSDL_Graphics_Driver.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_PicoSDL_Graphics_Driver.cxx 11241 2016-02-27 13:52:27Z manolo $"
// "$Id$"
//
// Rectangle drawing routines for the Fast Light Tool Kit (FLTK).
//
@ -72,5 +72,5 @@ void Fl_PicoSDL_Graphics_Driver::point(int x, int y)
//
// End of "$Id: Fl_PicoSDL_Graphics_Driver.cxx 11241 2016-02-27 13:52:27Z manolo $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_PicoSDL_Screen_Driver.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of SDL Screen interface based on Pico
// for the Fast Light Tool Kit (FLTK).
@ -40,5 +40,5 @@ public:
#endif // FL_PICOSDL_SCREEN_DRIVER_H
//
// End of "$Id: Fl_PicoSDL_Screen_Driver.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_PicoSDL_Screen_Driver.cxx 11253 2016-03-01 00:54:21Z matt $"
// "$Id$"
//
// Definition of SDL Screen interface based on Pico
//
@ -139,6 +139,6 @@ double Fl_PicoSDL_Screen_Driver::wait(double time_to_wait)
//
// End of "$Id: Fl_PicoSDL_Screen_Driver.cxx 11253 2016-03-01 00:54:21Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_PicoSDL_System_Driver.cxx 11241 2016-02-27 13:52:27Z manolo $"
// "$Id$"
//
// System routines for the Fast Light Tool Kit (FLTK).
//
@ -34,5 +34,5 @@ Fl_System_Driver *Fl_System_Driver::newSystemDriver()
void fl_open_callback(void (*cb)(const char *)) {}
//
// End of "$Id: Fl_PicoSDL_System_Driver.cxx 11241 2016-02-27 13:52:27Z manolo $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_PicoSDL_Window_Driver.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of SDL Window interface
// for the Fast Light Tool Kit (FLTK).
@ -52,5 +52,5 @@ public:
#endif // FL_PICOSDL_WINDOW_DRIVER_H
//
// End of "$Id: Fl_PicoSDL_Window_Driver.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_PicoSDL_Window_Driver.cxx 11253 2016-03-01 00:54:21Z matt $"
// "$Id$"
//
// Definition of SDL Window interface based on SDL
//
@ -114,5 +114,5 @@ void Fl_PicoSDL_Window_Driver::show() {
//
// End of "$Id: Fl_PicoSDL_Window_Driver.cxx 11253 2016-03-01 00:54:21Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Posix_Printer_Driver.cxx 11364 2016-03-18 18:20:11Z manolo $"
// "$Id$"
//
// PostScript priting support for the Fast Light Tool Kit (FLTK).
//
@ -137,5 +137,5 @@ int Fl_Posix_Printer_Driver::start_job(int pages, int *firstpage, int *lastpage)
//
// End of "$Id: Fl_Posix_Printer_Driver.cxx 11364 2016-03-18 18:20:11Z manolo $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of Posix system driver
// for the Fast Light Tool Kit (FLTK).
@ -80,5 +80,5 @@ public:
#endif // FL_POSIX_SYSTEM_DRIVER_H
//
// End of "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of MSWindows Win32/64 Screen interface
// for the Fast Light Tool Kit (FLTK).
@ -82,5 +82,5 @@ public:
#endif // FL_WINAPI_SCREEN_DRIVER_H
//
// End of "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of MSWindows system driver
// for the Fast Light Tool Kit (FLTK).
@ -121,5 +121,5 @@ public:
#endif // FL_WINAPI_SYSTEM_DRIVER_H
//
// End of "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of Apple Cocoa window driver
// for the Fast Light Tool Kit (FLTK).
@ -117,5 +117,5 @@ public:
#endif // FL_WINAPI_WINDOW_DRIVER_H
//
// End of "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of X11 Screen interface
// for the Fast Light Tool Kit (FLTK).
@ -91,5 +91,5 @@ public:
#endif // FL_X11_SCREEN_DRIVER_H
//
// End of "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of Posix system driver
// for the Fast Light Tool Kit (FLTK).
@ -64,5 +64,5 @@ public:
#endif /* FL_X11_SYSTEM_DRIVER_H */
//
// End of "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of Posix system driver
// for the Fast Light Tool Kit (FLTK).
@ -509,5 +509,5 @@ int Fl_X11_System_Driver::utf8locale() {
}
//
// End of "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $"
// "$Id$"
//
// Definition of X11 window driver
// for the Fast Light Tool Kit (FLTK).
@ -129,5 +129,5 @@ public:
#endif // FL_X11_WINDOW_DRIVER_H
//
// End of "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Font.H 11506 2016-04-02 11:58:13Z manolo $"
// "$Id$"
//
// Font definitions for the Fast Light Tool Kit (FLTK).
//
@ -78,5 +78,5 @@ extern FL_EXPORT Fl_Fontdesc *fl_fonts; // the table
#endif
//
// End of "$Id: Fl_Font.H 11506 2016-04-02 11:58:13Z manolo $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Translated_Xlib_Graphics_Driver.H 11217 2016-02-25 17:56:48Z manolo $"
// "$Id$"
//
// Draw-to-image code for the Fast Light Tool Kit (FLTK).
//
@ -71,5 +71,5 @@ public:
#endif /* Fl_Translated_Xlib_Graphics_Driver_h */
//
// End of "$Id: Fl_Translated_Xlib_Graphics_Driver.H 11217 2016-02-25 17:56:48Z manolo $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Translated_Xlib_Graphics_Driver.cxx 11217 2016-02-25 17:56:48Z manolo $"
// "$Id$"
//
// Draw-to-image code for the Fast Light Tool Kit (FLTK).
//
@ -198,6 +198,6 @@ void Fl_Translated_Xlib_Graphics_Driver::point(int x, int y) {
#endif // FL_DOXYGEN
//
// End of "$Id: Fl_Translated_Xlib_Graphics_Driver.cxx 11217 2016-02-25 17:56:48Z manolo $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Xlib_Copy_Surface.cxx 11241 2016-02-27 13:52:27Z manolo $"
// "$Id$"
//
// Copy-to-clipboard code for the Fast Light Tool Kit (FLTK).
//
@ -96,5 +96,5 @@ void Fl_Xlib_Copy_Surface_Driver::untranslate() {
#endif // FL_CFG_GFX_XLIB
//
// End of "$Id: Fl_Copy_Surface.H 11220 2016-02-26 12:51:47Z manolo $".
// End of "$Id$".
//

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Xlib_Image_Surface.cxx 11278 2016-03-03 19:16:22Z manolo $"
// "$Id$"
//
// Draw-to-image code for the Fast Light Tool Kit (FLTK).
//
@ -93,5 +93,5 @@ void Fl_Xlib_Image_Surface_Driver::end_current()
#endif // FL_CFG_GFX_XLIB
//
// End of "$Id: Fl_Xlib_Image_Surface.cxx 11220 2016-02-26 12:51:47Z manolo $".
// End of "$Id$".
//