diff options
author | Brian Paul <[email protected]> | 2003-09-08 15:06:23 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-09-08 15:06:23 +0000 |
commit | 50253ea0a3d9fb4a4f0436825cdb37616be6f238 (patch) | |
tree | b547e5fc99b15125aa9ad6920028b3913449a6c7 /progs/xdemos/Makefile.X11 | |
parent | 176108767d6db89bc1a0b9d964750059e919c796 (diff) |
Remove all the swap_control stuff from glxgears demo (restored to vers 1.2).
New glxswapcontrol.c file added.
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 36fa9e57d07..264fc2491c5 100644 --- a/progs/xdemos/Makefile.X11 +++ b/progs/xdemos/Makefile.X11 @@ -17,6 +17,7 @@ PROGS = glthreads \ glxheads \ glxinfo \ glxpixmap \ + glxswapcontrol \ manywin \ offset \ pbinfo \ |