diff options
author | Jon Smirl <[email protected]> | 2004-06-29 04:50:29 +0000 |
---|---|---|
committer | Jon Smirl <[email protected]> | 2004-06-29 04:50:29 +0000 |
commit | c61c7cb8e4100476d5feb976c39a23b1ed7b564a (patch) | |
tree | dae0f702901adf64da9b1ead97df078b90e00725 /src/glx/mini/miniglxP.h | |
parent | 7c1207a2ec3f548921caad2e41807f3df9e1536d (diff) |
This should make most linux-solo drivers work again. Mainly a fix
for changing SAREA size form DRM_PAGE_SIZE to SAREA_MAX. fb driver
is still broken.
Diffstat (limited to 'src/glx/mini/miniglxP.h')
-rw-r--r-- | src/glx/mini/miniglxP.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glx/mini/miniglxP.h b/src/glx/mini/miniglxP.h index ce0eafe17e3..9169f7ece17 100644 --- a/src/glx/mini/miniglxP.h +++ b/src/glx/mini/miniglxP.h @@ -166,10 +166,6 @@ struct MiniGLXDisplayRec { * \brief handle to the client dynamic * library */ - void *dlHandleSrv; /**< - * \brief handle to the server dynamic - * library - */ /*@}*/ /** |