summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-05-28 19:20:39 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-05-28 19:20:39 +0000
commitbffceeebb58ca4a6c9a1a4680f4691e7e33005b8 (patch)
tree827f7b3eca82b5c40d4a8354e3b5fc90816a930e
parent9ed5728dabdaaeb3c8924b85aad4ccc806d4dda4 (diff)
s/_T_VBXFORM_H/_T_IMM_EXEC_H/
-rw-r--r--src/mesa/tnl/t_imm_exec.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mesa/tnl/t_imm_exec.h b/src/mesa/tnl/t_imm_exec.h
index 6b3c65f4c1..47dd164cb1 100644
--- a/src/mesa/tnl/t_imm_exec.h
+++ b/src/mesa/tnl/t_imm_exec.h
@@ -1,9 +1,8 @@
-
/*
* Mesa 3-D graphics library
- * Version: 3.5
+ * Version: 5.0.2
*
- * 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"),
@@ -24,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"