summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-24 19:49:06 +0000
committerManolo Gouy <Manolo>2016-04-24 19:49:06 +0000
commitcf751f49dee4c14f25ee54ba2ec06b861290b47e (patch)
treeb3845af784b9b4b1ee9cb4bbb5d48cdfb1ef685d /src
parent93d1c43b7acd31c0c0f661973335965eec8248d4 (diff)
Set svn file properties.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11693 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/drivers/Quartz/Fl_Font.H4
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H4
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx4
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H4
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx4
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Printer_Graphics_Driver.H4
6 files changed, 12 insertions, 12 deletions
diff --git a/src/drivers/Quartz/Fl_Font.H b/src/drivers/Quartz/Fl_Font.H
index 22056eba2..2a7c10232 100644
--- a/src/drivers/Quartz/Fl_Font.H
+++ b/src/drivers/Quartz/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).
//
@@ -70,5 +70,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/Quartz/Fl_Quartz_Copy_Surface_Driver.H b/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H
index c1f87de26..b52c574fa 100644
--- a/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H
+++ b/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Quartz_Copy_Surface_Driver.H 11017 2016-01-20 21:40:12Z matt $"
+// "$Id$"
//
// Definition of Apple Quartz graphics driver
// for the Fast Light Tool Kit (FLTK).
@@ -45,5 +45,5 @@ protected:
#endif /* Fl_Quartz_Copy_Surface_Driver_H */
//
-// End of "$Id: Fl_Quartz_Copy_Surface_Driver.H 11017 2016-01-20 21:40:12Z matt $".
+// End of "$Id$".
//
diff --git a/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx b/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx
index 4646fc1f0..06f9a2514 100644
--- a/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx
+++ b/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Quartz_Copy_Surface.cxx 11241 2016-02-27 13:52:27Z manolo $"
+// "$Id$"
//
// Copy-to-clipboard code for the Fast Light Tool Kit (FLTK).
//
@@ -90,5 +90,5 @@ void Fl_Quartz_Copy_Surface_Driver::untranslate() {
#endif // FL_CFG_GFX_QUARTZ
//
-// End of "$Id: Fl_Copy_Surface.H 11220 2016-02-26 12:51:47Z manolo $".
+// End of "$Id$".
//
diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
index e6daeff74..e5c48fa7c 100644
--- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
+++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
@@ -1,5 +1,5 @@
//
-// "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $"
+// "$Id$"
//
// Definition of Apple Quartz graphics driver
// for the Fast Light Tool Kit (FLTK).
@@ -140,5 +140,5 @@ extern float fl_quartz_line_width_;
#endif // FL_QUARTZ_GRAPHICS_DRIVER_H
//
-// End of "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $".
+// End of "$Id$".
//
diff --git a/src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx b/src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx
index 528548ea4..58e13483b 100644
--- a/src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx
+++ b/src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Quartz_Image_Surface.cxx 11278 2016-03-03 19:16:22Z manolo $"
+// "$Id$"
//
// Draw-to-image code for the Fast Light Tool Kit (FLTK).
//
@@ -116,5 +116,5 @@ void Fl_Quartz_Image_Surface_Driver::end_current()
#endif // FL_CFG_GFX_QUARTZ
//
-// End of "$Id: Fl_Quartz_Image_Surface.cxx 11220 2016-02-26 12:51:47Z manolo $".
+// End of "$Id$".
//
diff --git a/src/drivers/Quartz/Fl_Quartz_Printer_Graphics_Driver.H b/src/drivers/Quartz/Fl_Quartz_Printer_Graphics_Driver.H
index 7e33e9a90..c5219e4e2 100644
--- a/src/drivers/Quartz/Fl_Quartz_Printer_Graphics_Driver.H
+++ b/src/drivers/Quartz/Fl_Quartz_Printer_Graphics_Driver.H
@@ -1,5 +1,5 @@
//
-// "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $"
+// "$Id$"
//
// Definition of Apple Quartz graphics driver
// for the Fast Light Tool Kit (FLTK).
@@ -38,5 +38,5 @@ public:
#endif // FL_CFG_GFX_QUARTZ
//
-// End of "$Id: quartz.H 11017 2016-01-20 21:40:12Z matt $".
+// End of "$Id$".
//