diff options
author | nathanh <nathanh> | 2001-01-08 16:21:33 +0000 |
---|---|---|
committer | nathanh <nathanh> | 2001-01-08 16:21:33 +0000 |
commit | 7af30f12574da3401f5edec89a51504e3fc3a082 (patch) | |
tree | 8ee363cf298930f7a52ff2320a43dd86e277377f /xc/extras/Mesa/src/X/xmesa1.c | |
parent | 58a7f55466fde1831eae5cdf235a8880f45c6543 (diff) |
Merged tdfx-3-0-0tdfx-3-0-0-20010109-merge
Diffstat (limited to 'xc/extras/Mesa/src/X/xmesa1.c')
-rw-r--r-- | xc/extras/Mesa/src/X/xmesa1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/extras/Mesa/src/X/xmesa1.c b/xc/extras/Mesa/src/X/xmesa1.c index 5e4722c89..7afff16b2 100644 --- a/xc/extras/Mesa/src/X/xmesa1.c +++ b/xc/extras/Mesa/src/X/xmesa1.c @@ -2,7 +2,7 @@ /* * Mesa 3-D graphics library * Version: 3.4 - * + * * Copyright (C) 1999-2000 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a @@ -2396,7 +2396,7 @@ void XMesaCopySubBuffer( XMesaBuffer b, int x, int y, int width, int height ) _mesa_swapbuffers(ctx); if (b->db_state) { - int yTop = b->bottom - y - height; + int yTop = b->height - y - height; #ifdef FX if (b->FXctx) { fxMesaSwapBuffers(); |