diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-09 14:55:24 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-09 14:55:24 -0600 |
commit | 4be7296bfcba22a849f949d105ea385e6964cc25 (patch) | |
tree | 51dbef2cd7c0d0d950131fc1fa40769dbc14ac4a /src/mesa/main/attrib.c | |
parent | b36e6f0baf64491772b8e1a1cddf68a7dcf8ee22 (diff) |
mesa: refactor: move scissor functions into new scissor.c file
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r-- | src/mesa/main/attrib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index 39666d175a..70b5121a9f 100644 --- a/src/mesa/main/attrib.c +++ b/src/mesa/main/attrib.c @@ -43,6 +43,7 @@ #include "matrix.h" #include "points.h" #include "polygon.h" +#include "scissor.h" #include "simple_list.h" #include "stencil.h" #include "texobj.h" |