diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-10 16:43:49 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-10 16:43:49 -0600 |
commit | e4cfe0854ad968193106048179b9b52ec1768f41 (patch) | |
tree | 66d50a7bb5498749859c5adb283cce7962e9950a /src/mesa/main/rastpos.c | |
parent | 0f36a29d5e6a50240e2c1469af68b7ac556afdc9 (diff) |
mesa: refactor: fix some FEATURE_ typos, mistakes
Diffstat (limited to 'src/mesa/main/rastpos.c')
-rw-r--r-- | src/mesa/main/rastpos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/rastpos.c b/src/mesa/main/rastpos.c index f0500083ec..155140f3cc 100644 --- a/src/mesa/main/rastpos.c +++ b/src/mesa/main/rastpos.c @@ -211,7 +211,7 @@ _mesa_RasterPos4sv(const GLshort *v) /*** GL_ARB_window_pos / GL_MESA_window_pos ***/ /**********************************************************************/ -#if FEATURE_windowpos +#if FEATURE_drawpix /** * All glWindowPosMESA and glWindowPosARB commands call this function to * update the current raster position. |