diff options
author | Kristian Høgsberg <[email protected]> | 2008-02-14 22:05:55 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2008-02-14 22:05:55 -0500 |
commit | 5961ed5fbc6c76476ff8f76d21a7113673563068 (patch) | |
tree | 766204c94c793397199758056bdfc1ce7f0b5c33 /progs/xdemos/Makefile | |
parent | c5c73c1b605611faf0f06df9b5d08d8984388238 (diff) |
Add GLXPixmap version of glxgears to show case new GLX Pixmap functionality.
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 905353c7bec..12d1aa2d5f0 100644 --- a/progs/xdemos/Makefile +++ b/progs/xdemos/Makefile @@ -16,6 +16,7 @@ PROGS = \ glxdemo \ glxgears \ glxgears_fbconfig \ + glxgears_pixmap \ glxcontexts \ glxheads \ glxinfo \ |