diff options
author | Brian Paul <[email protected]> | 2003-05-28 19:20:13 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-05-28 19:20:13 +0000 |
commit | dc3e0f0f5da32be3d5350438a2e8bd19c1ad14bd (patch) | |
tree | 2e4f45277fa917846828435acc00f97a731001df /src/mesa/tnl | |
parent | d18c08fe890e100269be8d5cccbaf7cd7bf9916d (diff) |
s/_T_VBXFORM_H/_T_IMM_EXEC_H/
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r-- | src/mesa/tnl/t_imm_exec.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/mesa/tnl/t_imm_exec.h b/src/mesa/tnl/t_imm_exec.h index 99b816d82ec..1cadf29c057 100644 --- a/src/mesa/tnl/t_imm_exec.h +++ b/src/mesa/tnl/t_imm_exec.h @@ -1,10 +1,8 @@ -/* $Id: t_imm_exec.h,v 1.8 2002/04/19 12:32:14 brianp Exp $ */ - /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 5.1 * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2003 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"), @@ -25,8 +23,8 @@ */ -#ifndef _T_VBXFORM_H -#define _T_VBXFORM_H +#ifndef _T_IMM_EXEC_H +#define _T_IMM_EXEC_H #include "mtypes.h" #include "t_context.h" |