Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorRob Haarsma <phaseIV@zonnet.nl>2003-02-09 14:31:17 +0300
committerRob Haarsma <phaseIV@zonnet.nl>2003-02-09 14:31:17 +0300
commitaaa47ced530f3210bdd6c07fbbc3cc7ead04364c (patch)
tree6c012e35e59cc4dbb09fa6381d8ec9844d365228 /source
parent004e7ae2b6e55de49b930fa823dbb1f904f0d74a (diff)
small patch to disable new drawingroutines on sgi
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/drawimasel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/src/drawimasel.c b/source/blender/src/drawimasel.c
index 24612f59f0a..a0acd6c23b8 100644
--- a/source/blender/src/drawimasel.c
+++ b/source/blender/src/drawimasel.c
@@ -30,7 +30,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
+#ifdef __sgi
+#define OLD_IMASEL 1
+#else
#define OLD_IMASEL 0
+#endif
#include <string.h>