diff options
| author | Manolo Gouy <Manolo> | 2016-04-26 07:25:53 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-26 07:25:53 +0000 |
| commit | f428d0077d5cb7a7ec0b9b91e0d71be8c52fd4f5 (patch) | |
| tree | 0452239c9956ed480785aaa6653e5cf6076dbcdd /src | |
| parent | 1e65c16b732c9909795b53c2d9fd20f3946135c8 (diff) | |
Set svn file properties.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11700 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
40 files changed, 80 insertions, 80 deletions
diff --git a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H index 947d3d133..9f6bf7694 100644 --- a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H +++ b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H @@ -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$". // diff --git a/src/drivers/Cocoa/Fl_Cocoa_Window_Driver.H b/src/drivers/Cocoa/Fl_Cocoa_Window_Driver.H index dba1021f8..b54847c2a 100644 --- a/src/drivers/Cocoa/Fl_Cocoa_Window_Driver.H +++ b/src/drivers/Cocoa/Fl_Cocoa_Window_Driver.H @@ -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$". // diff --git a/src/drivers/GDI/Fl_Font.H b/src/drivers/GDI/Fl_Font.H index c6d467cc3..fd36aab24 100644 --- a/src/drivers/GDI/Fl_Font.H +++ b/src/drivers/GDI/Fl_Font.H @@ -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$". // diff --git a/src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx b/src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx index c7f3d401a..43e09b28a 100644 --- a/src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx +++ b/src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx @@ -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$". // diff --git a/src/drivers/GDI/Fl_GDI_Image_Surface_Driver.cxx b/src/drivers/GDI/Fl_GDI_Image_Surface_Driver.cxx index 427215fc9..9ce04fde2 100644 --- a/src/drivers/GDI/Fl_GDI_Image_Surface_Driver.cxx +++ b/src/drivers/GDI/Fl_GDI_Image_Surface_Driver.cxx @@ -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$". // diff --git a/src/drivers/Pico/Fl_Pico_Graphics_Driver.H b/src/drivers/Pico/Fl_Pico_Graphics_Driver.H index fb929f99d..b7cca4529 100644 --- a/src/drivers/Pico/Fl_Pico_Graphics_Driver.H +++ b/src/drivers/Pico/Fl_Pico_Graphics_Driver.H @@ -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$". // diff --git a/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx b/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx index 70655d22a..da63f45a3 100644 --- a/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx +++ b/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx @@ -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$". // diff --git a/src/drivers/Pico/Fl_Pico_Screen_Driver.H b/src/drivers/Pico/Fl_Pico_Screen_Driver.H index 5bd177361..184fd9241 100644 --- a/src/drivers/Pico/Fl_Pico_Screen_Driver.H +++ b/src/drivers/Pico/Fl_Pico_Screen_Driver.H @@ -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$". // diff --git a/src/drivers/Pico/Fl_Pico_Screen_Driver.cxx b/src/drivers/Pico/Fl_Pico_Screen_Driver.cxx index 2e51c28a8..b165989bb 100644 --- a/src/drivers/Pico/Fl_Pico_Screen_Driver.cxx +++ b/src/drivers/Pico/Fl_Pico_Screen_Driver.cxx @@ -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$". //
\ No newline at end of file diff --git a/src/drivers/Pico/Fl_Pico_System_Driver.H b/src/drivers/Pico/Fl_Pico_System_Driver.H index aae71e0d0..b60b32d7f 100644 --- a/src/drivers/Pico/Fl_Pico_System_Driver.H +++ b/src/drivers/Pico/Fl_Pico_System_Driver.H @@ -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$". // diff --git a/src/drivers/Pico/Fl_Pico_System_Driver.cxx b/src/drivers/Pico/Fl_Pico_System_Driver.cxx index 16f0a27e5..59ace9ec4 100644 --- a/src/drivers/Pico/Fl_Pico_System_Driver.cxx +++ b/src/drivers/Pico/Fl_Pico_System_Driver.cxx @@ -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$". // diff --git a/src/drivers/Pico/Fl_Pico_Window_Driver.H b/src/drivers/Pico/Fl_Pico_Window_Driver.H index 51e9db920..3ef57f9b2 100644 --- a/src/drivers/Pico/Fl_Pico_Window_Driver.H +++ b/src/drivers/Pico/Fl_Pico_Window_Driver.H @@ -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$". // diff --git a/src/drivers/Pico/Fl_Pico_Window_Driver.cxx b/src/drivers/Pico/Fl_Pico_Window_Driver.cxx index cdd5eed27..1397b6a9b 100644 --- a/src/drivers/Pico/Fl_Pico_Window_Driver.cxx +++ b/src/drivers/Pico/Fl_Pico_Window_Driver.cxx @@ -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$". //
\ No newline at end of file diff --git a/src/drivers/PicoAndroid/Fl_PicoAndroid_Graphics_Driver.H b/src/drivers/PicoAndroid/Fl_PicoAndroid_Graphics_Driver.H index 583fc72fa..05cc6cc9b 100644 --- a/src/drivers/PicoAndroid/Fl_PicoAndroid_Graphics_Driver.H +++ b/src/drivers/PicoAndroid/Fl_PicoAndroid_Graphics_Driver.H @@ -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$". // diff --git a/src/drivers/PicoAndroid/Fl_PicoAndroid_Graphics_Driver.cxx b/src/drivers/PicoAndroid/Fl_PicoAndroid_Graphics_Driver.cxx index e52eaf9ec..402534e1c 100644 --- a/src/drivers/PicoAndroid/Fl_PicoAndroid_Graphics_Driver.cxx +++ b/src/drivers/PicoAndroid/Fl_PicoAndroid_Graphics_Driver.cxx @@ -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$". // diff --git a/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.H b/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.H index f785dd4a4..3b4b9960c 100644 --- a/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.H +++ b/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.H @@ -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$". // diff --git a/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.cxx b/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.cxx index 76cfb395a..dd3b493a9 100644 --- a/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.cxx +++ b/src/drivers/PicoAndroid/Fl_PicoAndroid_Screen_Driver.cxx @@ -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$". // diff --git a/src/drivers/PicoAndroid/Fl_PicoAndroid_Window_Driver.H b/src/drivers/PicoAndroid/Fl_PicoAndroid_Window_Driver.H index 94ce5bff2..7c3b65d1d 100644 --- a/src/drivers/PicoAndroid/Fl_PicoAndroid_Window_Driver.H +++ b/src/drivers/PicoAndroid/Fl_PicoAndroid_Window_Driver.H @@ -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$". // diff --git a/src/drivers/PicoAndroid/Fl_PicoAndroid_Window_Driver.cxx b/src/drivers/PicoAndroid/Fl_PicoAndroid_Window_Driver.cxx index 7da770170..21ac1b16f 100644 --- a/src/drivers/PicoAndroid/Fl_PicoAndroid_Window_Driver.cxx +++ b/src/drivers/PicoAndroid/Fl_PicoAndroid_Window_Driver.cxx @@ -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$". // diff --git a/src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.H b/src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.H index 3c4d6352a..d0bb20ff5 100644 --- a/src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.H +++ b/src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.H @@ -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$". // diff --git a/src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.cxx b/src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.cxx index 6f68f5edc..acd55ad29 100644 --- a/src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.cxx +++ b/src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.cxx @@ -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$". // diff --git a/src/drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.H b/src/drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.H index 6025685f0..1dc2a85e0 100644 --- a/src/drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.H +++ b/src/drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.H @@ -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$". // diff --git a/src/drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.cxx b/src/drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.cxx index df40036d5..b43e0c191 100644 --- a/src/drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.cxx +++ b/src/drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.cxx @@ -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$". // diff --git a/src/drivers/PicoSDL/Fl_PicoSDL_System_Driver.cxx b/src/drivers/PicoSDL/Fl_PicoSDL_System_Driver.cxx index 47cbe81a5..32cd3b698 100644 --- a/src/drivers/PicoSDL/Fl_PicoSDL_System_Driver.cxx +++ b/src/drivers/PicoSDL/Fl_PicoSDL_System_Driver.cxx @@ -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$". // diff --git a/src/drivers/PicoSDL/Fl_PicoSDL_Window_Driver.H b/src/drivers/PicoSDL/Fl_PicoSDL_Window_Driver.H index 41ec2dcb7..b525983ad 100644 --- a/src/drivers/PicoSDL/Fl_PicoSDL_Window_Driver.H +++ b/src/drivers/PicoSDL/Fl_PicoSDL_Window_Driver.H @@ -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$". // diff --git a/src/drivers/PicoSDL/Fl_PicoSDL_Window_Driver.cxx b/src/drivers/PicoSDL/Fl_PicoSDL_Window_Driver.cxx index 96c52a459..7b165271f 100644 --- a/src/drivers/PicoSDL/Fl_PicoSDL_Window_Driver.cxx +++ b/src/drivers/PicoSDL/Fl_PicoSDL_Window_Driver.cxx @@ -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$". //
\ No newline at end of file diff --git a/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx b/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx index f821110fa..24fb4c77e 100644 --- a/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx +++ b/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx @@ -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$". // diff --git a/src/drivers/Posix/Fl_Posix_System_Driver.H b/src/drivers/Posix/Fl_Posix_System_Driver.H index d3ec9d2ca..e23a0b94b 100644 --- a/src/drivers/Posix/Fl_Posix_System_Driver.H +++ b/src/drivers/Posix/Fl_Posix_System_Driver.H @@ -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$". // diff --git a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H index 0da03d780..fc741d113 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H @@ -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$". // diff --git a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H index c5b65bbbf..3e6ef0e01 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H @@ -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$". // diff --git a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H index ad4d853f5..feede0814 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H @@ -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$". // diff --git a/src/drivers/X11/Fl_X11_Screen_Driver.H b/src/drivers/X11/Fl_X11_Screen_Driver.H index bf7aca3c2..0d1bcaf0e 100644 --- a/src/drivers/X11/Fl_X11_Screen_Driver.H +++ b/src/drivers/X11/Fl_X11_Screen_Driver.H @@ -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$". // diff --git a/src/drivers/X11/Fl_X11_System_Driver.H b/src/drivers/X11/Fl_X11_System_Driver.H index d11732cab..aadda87fb 100644 --- a/src/drivers/X11/Fl_X11_System_Driver.H +++ b/src/drivers/X11/Fl_X11_System_Driver.H @@ -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$". // diff --git a/src/drivers/X11/Fl_X11_System_Driver.cxx b/src/drivers/X11/Fl_X11_System_Driver.cxx index fb923f22f..398eac214 100644 --- a/src/drivers/X11/Fl_X11_System_Driver.cxx +++ b/src/drivers/X11/Fl_X11_System_Driver.cxx @@ -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$". // diff --git a/src/drivers/X11/Fl_X11_Window_Driver.H b/src/drivers/X11/Fl_X11_Window_Driver.H index 79efc22ec..4de4e3680 100644 --- a/src/drivers/X11/Fl_X11_Window_Driver.H +++ b/src/drivers/X11/Fl_X11_Window_Driver.H @@ -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$". // diff --git a/src/drivers/Xlib/Fl_Font.H b/src/drivers/Xlib/Fl_Font.H index d04bc9e33..d3b121bef 100644 --- a/src/drivers/Xlib/Fl_Font.H +++ b/src/drivers/Xlib/Fl_Font.H @@ -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$". // diff --git a/src/drivers/Xlib/Fl_Translated_Xlib_Graphics_Driver.H b/src/drivers/Xlib/Fl_Translated_Xlib_Graphics_Driver.H index f65078d47..4b96c74f6 100644 --- a/src/drivers/Xlib/Fl_Translated_Xlib_Graphics_Driver.H +++ b/src/drivers/Xlib/Fl_Translated_Xlib_Graphics_Driver.H @@ -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$". // diff --git a/src/drivers/Xlib/Fl_Translated_Xlib_Graphics_Driver.cxx b/src/drivers/Xlib/Fl_Translated_Xlib_Graphics_Driver.cxx index 88a39d9c6..33acd1b12 100644 --- a/src/drivers/Xlib/Fl_Translated_Xlib_Graphics_Driver.cxx +++ b/src/drivers/Xlib/Fl_Translated_Xlib_Graphics_Driver.cxx @@ -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$". // diff --git a/src/drivers/Xlib/Fl_Xlib_Copy_Surface_Driver.cxx b/src/drivers/Xlib/Fl_Xlib_Copy_Surface_Driver.cxx index 2c31e109d..e877c5c9e 100644 --- a/src/drivers/Xlib/Fl_Xlib_Copy_Surface_Driver.cxx +++ b/src/drivers/Xlib/Fl_Xlib_Copy_Surface_Driver.cxx @@ -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$". // diff --git a/src/drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx b/src/drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx index 0367a34f0..61a1cc0c7 100644 --- a/src/drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx +++ b/src/drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx @@ -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$". // |
