aboutsummaryrefslogtreecommitdiff
path: root/src/graph
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-22 04:23:10 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-22 04:23:10 +0000
commit23cf19aad368e794357fb9fdcabd3ad412056b96 (patch)
treed65e20caa60e9bbae207d8e7cfdfc0a5fbbca190 /src/graph
parent5b484d68a91e5867c96ac409253f3503b188aadd (diff)
downloadopen-axiom-23cf19aad368e794357fb9fdcabd3ad412056b96.tar.gz
Diffstat (limited to 'src/graph')
-rw-r--r--src/graph/view2D/control2d.c4
-rw-r--r--src/graph/view2D/main2d.c4
-rw-r--r--src/graph/view2D/process2d.c4
-rw-r--r--src/graph/view2D/viewport2D.c4
-rw-r--r--src/graph/view3D/component3d.c4
-rw-r--r--src/graph/view3D/control3d.c6
-rw-r--r--src/graph/view3D/lighting3d.c4
-rw-r--r--src/graph/view3D/main3d.c6
-rw-r--r--src/graph/view3D/process3d.c4
-rw-r--r--src/graph/view3D/quit3d.c4
-rw-r--r--src/graph/view3D/save3d.c4
-rw-r--r--src/graph/view3D/smoothShade3d.c2
-rw-r--r--src/graph/view3D/surface3d.c6
-rw-r--r--src/graph/view3D/testcol.c6
-rw-r--r--src/graph/view3D/viewport3d.c4
-rw-r--r--src/graph/view3D/volume3d.c4
-rw-r--r--src/graph/view3D/write3d.c2
17 files changed, 36 insertions, 36 deletions
diff --git a/src/graph/view2D/control2d.c b/src/graph/view2D/control2d.c
index eb9249b9..b3031697 100644
--- a/src/graph/view2D/control2d.c
+++ b/src/graph/view2D/control2d.c
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2008, Gabriel Dos Reis.
+ Copyright (C) 2007-2010, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -48,7 +48,7 @@
#include "buttons2d.H1"
#include "all_2d.H1"
#include "Gfun.H1"
-#include "XSpadFill.H1"
+#include "XSpadFill.h"
#include "util.H1"
#include "cfuns.h"
diff --git a/src/graph/view2D/main2d.c b/src/graph/view2D/main2d.c
index c5fe7070..5df59398 100644
--- a/src/graph/view2D/main2d.c
+++ b/src/graph/view2D/main2d.c
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2008, Gabriel Dos Reis.
+ Copyright (C) 2007-2010, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -48,7 +48,7 @@
#include "all_2d.H1"
#include "Gfun.H1"
#include "util.H1"
-#include "XSpadFill.H1"
+#include "XSpadFill.h"
#include "cfuns.h"
diff --git a/src/graph/view2D/process2d.c b/src/graph/view2D/process2d.c
index ee21886f..eb711bc9 100644
--- a/src/graph/view2D/process2d.c
+++ b/src/graph/view2D/process2d.c
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2008, Gabriel Dos Reis.
+ Copyright (C) 2007-2010, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -51,7 +51,7 @@
#include "all_2d.H1"
#include "util.H1"
#include "Gfun.H1"
-#include "XSpadFill.H1"
+#include "XSpadFill.h"
#include "cfuns.h"
diff --git a/src/graph/view2D/viewport2D.c b/src/graph/view2D/viewport2D.c
index 2f499307..ec1f7083 100644
--- a/src/graph/view2D/viewport2D.c
+++ b/src/graph/view2D/viewport2D.c
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2008, Gabriel Dos Reis.
+ Copyright (C) 2007-2010, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -55,7 +55,7 @@
#include "all_2d.H1"
#include "Gfun.H1"
#include "util.H1"
-#include "XSpadFill.H1"
+#include "XSpadFill.h"
#include "spadBitmap.bitmap"
#include "spadMask.mask"
diff --git a/src/graph/view3D/component3d.c b/src/graph/view3D/component3d.c
index 24985144..626790be 100644
--- a/src/graph/view3D/component3d.c
+++ b/src/graph/view3D/component3d.c
@@ -1,7 +1,7 @@
/*
Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2008, Gabriel Dos Reis.
+ Copyright (C) 2007-2010, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -41,7 +41,7 @@
#include "Gfun.H1"
#include "util.H1"
-#include "XSpadFill.H1"
+#include "XSpadFill.h"
#include "all_3d.H1"
diff --git a/src/graph/view3D/control3d.c b/src/graph/view3D/control3d.c
index 6178cd27..a7e45760 100644
--- a/src/graph/view3D/control3d.c
+++ b/src/graph/view3D/control3d.c
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2008, Gabriel Dos Reis.
+ Copyright (C) 2007-2010, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -48,8 +48,8 @@
#include "cpanel.h"
#include "util.H1"
-#include "XShade.H1"
-#include "XSpadFill.H1"
+#include "XShade.h"
+#include "XSpadFill.h"
#include "Gfun.H1"
#include "all_3d.H1"
diff --git a/src/graph/view3D/lighting3d.c b/src/graph/view3D/lighting3d.c
index a6317f53..dc7f34ab 100644
--- a/src/graph/view3D/lighting3d.c
+++ b/src/graph/view3D/lighting3d.c
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2008, Gabriel Dos Reis.
+ Copyright (C) 2007-2010, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -50,7 +50,7 @@
#include "volume.h"
#include "Gfun.H1"
-#include "XSpadFill.H1"
+#include "XSpadFill.h"
#include "all_3d.H1"
#define lightMASK ExposureMask
diff --git a/src/graph/view3D/main3d.c b/src/graph/view3D/main3d.c
index f55cc257..60593094 100644
--- a/src/graph/view3D/main3d.c
+++ b/src/graph/view3D/main3d.c
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2008, Gabriel Dos Reis.
+ Copyright (C) 2007-2010, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -49,8 +49,8 @@
#include "util.H1"
#include "Gfun.H1"
-#include "XSpadFill.H1"
-#include "XShade.H1"
+#include "XSpadFill.h"
+#include "XShade.h"
#include "all_3d.H1"
#include "cfuns.h"
diff --git a/src/graph/view3D/process3d.c b/src/graph/view3D/process3d.c
index f8f52bdd..5e56825d 100644
--- a/src/graph/view3D/process3d.c
+++ b/src/graph/view3D/process3d.c
@@ -57,8 +57,8 @@
#include "util.H1"
#include "Gfun.H1"
#include "pixmap.h"
-#include "XShade.H1"
-#include "XSpadFill.H1"
+#include "XShade.h"
+#include "XSpadFill.h"
#include "all_3d.H1"
#include "cfuns.h"
diff --git a/src/graph/view3D/quit3d.c b/src/graph/view3D/quit3d.c
index bde9e329..0978e329 100644
--- a/src/graph/view3D/quit3d.c
+++ b/src/graph/view3D/quit3d.c
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2008, Gabriel Dos Reis.
+ Copyright (C) 2007-2010, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -45,7 +45,7 @@
#include "util.H1"
#include "Gfun.H1"
-#include "XSpadFill.H1"
+#include "XSpadFill.h"
#include "all_3d.H1"
#define quitMASK ExposureMask
diff --git a/src/graph/view3D/save3d.c b/src/graph/view3D/save3d.c
index 5263f2e3..94cccd32 100644
--- a/src/graph/view3D/save3d.c
+++ b/src/graph/view3D/save3d.c
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2008, Gabriel Dos Reis.
+ Copyright (C) 2007-2010, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -45,7 +45,7 @@
#include "../include/purty/volume.mask"
#include "Gfun.H1"
-#include "XSpadFill.H1"
+#include "XSpadFill.h"
#include "all_3d.H1"
#define saveMASK ExposureMask
diff --git a/src/graph/view3D/smoothShade3d.c b/src/graph/view3D/smoothShade3d.c
index b8896c57..5d09a4ed 100644
--- a/src/graph/view3D/smoothShade3d.c
+++ b/src/graph/view3D/smoothShade3d.c
@@ -48,7 +48,7 @@
#include "spadcolors.h"
#include "Gfun.H1"
#include "util.H1"
-#include "XSpadFill.H1"
+#include "XSpadFill.h"
#include "all_3d.H1"
#define SAFE_VALUE 892347
diff --git a/src/graph/view3D/surface3d.c b/src/graph/view3D/surface3d.c
index be54efa7..b7a19cc5 100644
--- a/src/graph/view3D/surface3d.c
+++ b/src/graph/view3D/surface3d.c
@@ -1,7 +1,7 @@
/*
Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2008, Gabriel Dos Reis.
+ Copyright (C) 2007-2010, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -46,8 +46,8 @@
#include "sockio.h"
#include "com.h"
-#include "XSpadFill.H1"
-#include "XShade.H1"
+#include "XSpadFill.h"
+#include "XShade.h"
#include "util.H1"
#include "Gfun.H1"
#include "all_3d.H1"
diff --git a/src/graph/view3D/testcol.c b/src/graph/view3D/testcol.c
index b73337e0..4db2a7f9 100644
--- a/src/graph/view3D/testcol.c
+++ b/src/graph/view3D/testcol.c
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2008, Gabriel Dos Reis.
+ Copyright (C) 2007-2010, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -49,8 +49,8 @@
#include "util.H1"
#include "Gfun.H1"
-#include "XSpadFill.H1"
-#include "XShade.H1"
+#include "XSpadFill.h"
+#include "XShade.h"
#include "all_3d.H1"
#include "spadBitmap.bitmap"
diff --git a/src/graph/view3D/viewport3d.c b/src/graph/view3D/viewport3d.c
index 67b19e34..d560f9e5 100644
--- a/src/graph/view3D/viewport3d.c
+++ b/src/graph/view3D/viewport3d.c
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2008, Gabriel Dos Reis.
+ Copyright (C) 2007-2010, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -60,7 +60,7 @@
#include "util.H1"
#include "Gfun.H1"
-#include "XSpadFill.H1"
+#include "XSpadFill.h"
#include "all_3d.H1"
#define axesOffset 5
diff --git a/src/graph/view3D/volume3d.c b/src/graph/view3D/volume3d.c
index a94e518e..3fdfa3be 100644
--- a/src/graph/view3D/volume3d.c
+++ b/src/graph/view3D/volume3d.c
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2008, Gabriel Dos Reis.
+ Copyright (C) 2007-2010, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -48,7 +48,7 @@
-#include "XSpadFill.H1"
+#include "XSpadFill.h"
#include "Gfun.H1"
#include "all_3d.H1"
diff --git a/src/graph/view3D/write3d.c b/src/graph/view3D/write3d.c
index 2007293c..d84f0c13 100644
--- a/src/graph/view3D/write3d.c
+++ b/src/graph/view3D/write3d.c
@@ -45,7 +45,7 @@
#include "pixmap.h"
-#include "XShade.H1"
+#include "XShade.h"
#include "Gfun.H1"
#include "all_3d.H1"