diff options
author | David Reveman <c99drn@cs.umu.se> | 2005-06-07 08:53:40 +0000 |
---|---|---|
committer | David Reveman <c99drn@cs.umu.se> | 2005-06-07 08:53:40 +0000 |
commit | d146c41882e50dd1ed6022f8a5866514067ba9d2 (patch) | |
tree | 37f04f8b2314107272768a49a9365c2a481e6f09 /hw/xgl/Makefile.am | |
parent | 8237b31f60245a8e67735d6c231dfb7dd0bbc388 (diff) |
GLX improvements and remove use of pbuffers for offscreen rendering in Xgl
Diffstat (limited to 'hw/xgl/Makefile.am')
-rw-r--r-- | hw/xgl/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xgl/Makefile.am b/hw/xgl/Makefile.am index 9046c1476..2f30bd0c4 100644 --- a/hw/xgl/Makefile.am +++ b/hw/xgl/Makefile.am @@ -14,7 +14,6 @@ libxgl_a_SOURCES = \ xglparse.c \ xglscreen.c \ xglarea.c \ - xgloffscreen.c \ xglgeometry.c \ xglpixmap.c \ xglsync.c \ |