diff options
author | Brian Paul <[email protected]> | 2004-02-03 16:23:38 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-02-03 16:23:38 +0000 |
commit | b6a9cb70950158e57663faacc21c3794b913d0db (patch) | |
tree | 27f8e1be4d7ec5b38d24d4a5d41478ab1ff52b03 /progs/xdemos/Makefile.X11 | |
parent | 20c831bb899301642e3b7f808315459a6126e731 (diff) |
another pbuffer demo (Andrew Lentvorski)
Diffstat (limited to 'progs/xdemos/Makefile.X11')
-rw-r--r-- | progs/xdemos/Makefile.X11 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/xdemos/Makefile.X11 b/progs/xdemos/Makefile.X11 index 2254fd3d3b4..53436b2cdcd 100644 --- a/progs/xdemos/Makefile.X11 +++ b/progs/xdemos/Makefile.X11 @@ -17,6 +17,7 @@ PROGS = glthreads \ glxheads \ glxinfo \ glxpixmap \ + glxpbdemo \ glxswapcontrol \ manywin \ offset \ |