From 85d816028a2472e0378afda65e7ab6f7ff4d76b4 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 17 Jun 2002 23:36:31 +0000 Subject: Port glXCopyContext bug from 4.0 branch. --- src/mesa/main/texstate.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/mesa/main/texstate.h') diff --git a/src/mesa/main/texstate.h b/src/mesa/main/texstate.h index 542fde574c..6950b21129 100644 --- a/src/mesa/main/texstate.h +++ b/src/mesa/main/texstate.h @@ -1,10 +1,10 @@ -/* $Id: texstate.h,v 1.8 2001/06/18 17:26:08 brianp Exp $ */ +/* $Id: texstate.h,v 1.9 2002/06/17 23:36:31 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 4.1 * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -32,6 +32,10 @@ #include "mtypes.h" +extern void +_mesa_copy_texture_state( const GLcontext *src, GLcontext *dst ); + + /*** Called from API ***/ extern void -- cgit v1.2.3