aboutsummaryrefslogtreecommitdiff
path: root/src/include/spadcolors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/spadcolors.h')
-rw-r--r--src/include/spadcolors.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/include/spadcolors.h b/src/include/spadcolors.h
index c244cc6f..63621599 100644
--- a/src/include/spadcolors.h
+++ b/src/include/spadcolors.h
@@ -1,6 +1,8 @@
/*
Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
All rights reserved.
+ Copyright (C) 2007-2010, Gabriel Dos Reis
+ All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
@@ -37,10 +39,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <X11/Xlib.h>
#include "rgb.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#define numOfColors 240
#define totalHuesConst 27
#define totalShadesConst 5
@@ -80,11 +78,4 @@ extern int scrn;
#define maxColors DisplayCells(dsply,scrn)-1
-
-
-#ifdef __cplusplus
-}
-#endif
-
-
#endif /* OPENAXIOM_SPADCOLORS_included */