Browse Source

made fxMesaCurrentCtx static

tags/mesa_3_3
Brian Paul 25 years ago
parent
commit
0b5566a9d6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/drivers/glide/fxapi.c

+ 1
- 1
src/mesa/drivers/glide/fxapi.c View File

@@ -623,7 +623,7 @@
#if defined(FX)
#include "fxdrv.h"

fxMesaContext fxMesaCurrentCtx=NULL;
static fxMesaContext fxMesaCurrentCtx=NULL;

/*
* Status of 3Dfx hardware initialization

Loading…
Cancel
Save