diff options
author | Kristian Høgsberg <[email protected]> | 2010-07-21 13:55:30 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-07-21 22:17:24 -0400 |
commit | f679640868ae6ef700d8672702c31ba2515220a7 (patch) | |
tree | e905ba0d36c0a72842daabc8ee5260138982e328 /src/glx/glxclient.h | |
parent | 7cd6a6cc995407a19254401511dafd943299b8ac (diff) |
glx: Move __driContext field out of __GLXcontextRec
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r-- | src/glx/glxclient.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index f788b7a28f4..67f69b8e168 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -418,7 +418,6 @@ struct __GLXcontextRec Bool do_destroy; #else __GLXDRIcontext *driContext; - __DRIcontext *__driContext; #endif #endif |