Mesa (master): mesa: fix typo (s/feadback/feedback/). Fixes broken selection/feedback.

Brian Paul brianp at kemper.freedesktop.org
Fri Sep 26 00:56:14 UTC 2008


Module: Mesa
Branch: master
Commit: b3c3bc63f0f008100c002e0183b927b8381d5498
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3c3bc63f0f008100c002e0183b927b8381d5498

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Sep 25 18:55:52 2008 -0600

mesa: fix typo (s/feadback/feedback/).  Fixes broken selection/feedback.

---

 src/mesa/main/api_exec.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c
index 8ebe4a3..0c3c9c4 100644
--- a/src/mesa/main/api_exec.c
+++ b/src/mesa/main/api_exec.c
@@ -74,7 +74,7 @@
 #include "eval.h"
 #endif
 #include "get.h"
-#if FEATURE_feadback
+#if FEATURE_feedback
 #include "feedback.h"
 #endif
 #include "fog.h"
@@ -222,7 +222,7 @@ _mesa_init_exec_table(struct _glapi_table *exec)
    SET_CopyPixels(exec, _mesa_CopyPixels);
    SET_DrawPixels(exec, _mesa_DrawPixels);
 #endif
-#if FEATURE_feadback
+#if FEATURE_feedback
    SET_InitNames(exec, _mesa_InitNames);
    SET_FeedbackBuffer(exec, _mesa_FeedbackBuffer);
    SET_LoadName(exec, _mesa_LoadName);




More information about the mesa-commit mailing list