diff options
author | Keith Whitwell <[email protected]> | 2009-06-30 17:06:50 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-06-30 17:06:50 +0100 |
commit | 09a3a28fc8f1ed931304bf27a56fe72768d7861e (patch) | |
tree | 381b3ca4650d844ac7190af4b69edaa6aae78426 /progs/trivial/Makefile | |
parent | 7e91d035b9ef65adda39c8b164afa363477d7893 (diff) |
progs/trivial: add dlist-flat-tri.c
State-change functions which precede the first call to glEnd() in
a compiled list are vulnerable to not being executed when that list
is called.
In particular this can happen if a list is invoked from within a
begin/end pair, as in this example.
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index 0209c509503..ae750db22a6 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -19,6 +19,7 @@ SOURCES = \ clear-random.c \ clear.c \ dlist-dangling.c \ + dlist-flat-tri.c \ dlist-tri-flat-tri.c \ dlist-recursive-call.c \ dlist-edgeflag-dangling.c \ |