diff options
author | Brian <[email protected]> | 2007-10-11 16:39:02 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-11 16:39:02 -0600 |
commit | f1104b079f7992f60925fc6c08544cb8ab3cade4 (patch) | |
tree | 1aa2c241a69f2b067e69da30c1786d265458cd66 /progs/xdemos/Makefile | |
parent | f05c76ec1a5d8444c75f059d4e6f7e5bcd8c6644 (diff) |
New glxsnoop demo to display another window's z/stencil/back buffer.
Diffstat (limited to 'progs/xdemos/Makefile')
-rw-r--r-- | progs/xdemos/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/xdemos/Makefile b/progs/xdemos/Makefile index c585026ad38..4c4ecac38ac 100644 --- a/progs/xdemos/Makefile +++ b/progs/xdemos/Makefile @@ -17,6 +17,7 @@ PROGS = glthreads \ glxinfo \ glxpixmap \ glxpbdemo \ + glxsnoop \ glxswapcontrol \ manywin \ offset \ |