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/drivers/Pico | |
| 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/drivers/Pico')
| -rw-r--r-- | src/drivers/Pico/Fl_Pico_Graphics_Driver.H | 4 | ||||
| -rw-r--r-- | src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx | 4 | ||||
| -rw-r--r-- | src/drivers/Pico/Fl_Pico_Screen_Driver.H | 4 | ||||
| -rw-r--r-- | src/drivers/Pico/Fl_Pico_Screen_Driver.cxx | 4 | ||||
| -rw-r--r-- | src/drivers/Pico/Fl_Pico_System_Driver.H | 4 | ||||
| -rw-r--r-- | src/drivers/Pico/Fl_Pico_System_Driver.cxx | 4 | ||||
| -rw-r--r-- | src/drivers/Pico/Fl_Pico_Window_Driver.H | 4 | ||||
| -rw-r--r-- | src/drivers/Pico/Fl_Pico_Window_Driver.cxx | 4 |
8 files changed, 16 insertions, 16 deletions
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 |
