summaryrefslogtreecommitdiffstats
path: root/progs/demos/projtex.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/demos: fix glut initialization callsBrian Paul2009-12-181-5/+4
| | | | | | | Remove glutInitWindowPosition() calls to play nicer with window managers. Move glutInitWindowSize() calls before glutInit() so the the default window size can be overridden by the -geometry cmd line option.
* progs/demos: Fix memory leak in projtex.c.Vinson Lee2009-12-071-0/+1
|
* progs/demos: Fix memory leak in projtex.c.Vinson Lee2009-12-031-0/+3
| | | | (cherry picked from commit ee555e3d69c8820f27e71e5ebc028a768cef7d0b)
* demos: move tests/projtex.c to demos/Brian Paul2009-04-181-0/+1028
And fix compiler warnings.