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
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2004-03-06 22:32:33 +0300
committerKent Mein <mein@cs.umn.edu>2004-03-06 22:32:33 +0300
commit9ed44360585ce8bd1008d8609ffdae55b8008bec (patch)
tree7452807d925204d4edd7a6b06fd504527d8bcad2 /source/blender/src/toolbox.c
parentb5ae8a30a22738ac9bbeae1bdbff33a5c24ed8ac (diff)
Updated the Sun ifdef's basically I standardized them so they
were all the same and make sure all platforms see them. Kent
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index d62c7c75cef..8bc722f798d 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -484,7 +484,8 @@ void tbox_setinfo(int x, int y)
void bgnpupdraw(int startx, int starty, int endx, int endy)
{
- #if defined(__sgi) || defined(__sun__)
+ #if defined(__sgi) || defined(__sun__) || defined( __sun ) || defined (__sparc) || defined (__sparc__)
+
/* this is a dirty patch: XgetImage gets sometimes the backbuffer */
my_get_frontbuffer_image(0, 0, 1, 1);
my_put_frontbuffer_image();