diff options
author | Adam Jackson <ajax@redhat.com> | 2013-07-08 12:09:13 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2013-09-11 14:37:32 -0400 |
commit | 1d1484e9bd55d1fa8316b1574754f28d5d31a076 (patch) | |
tree | 0ab8df63ab967a1f2b2c6ca4382a890b423c77e5 /glx | |
parent | 34e6e60105796ad015469c10921c5ff09acf7eb0 (diff) |
glx: Remove pixmapMode from __GLXconfig
This has never been filled in with anything meaningful afaict, and you
can't get to it from the client in any event.
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'glx')
-rw-r--r-- | glx/glxscreens.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/glx/glxscreens.h b/glx/glxscreens.h index 7a0a5155d..19a2599a6 100644 --- a/glx/glxscreens.h +++ b/glx/glxscreens.h @@ -54,8 +54,6 @@ struct __GLXconfig { GLint level; - GLint pixmapMode; - /* GLX */ GLint visualID; GLint visualType; /**< One of the GLX X visual types. (i.e., |