diff options
author | Keith Whitwell <[email protected]> | 2010-03-09 11:39:40 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-03-09 11:39:40 +0000 |
commit | d5bf9c0a5e51d160e7037297faf7657a0e2c6360 (patch) | |
tree | a4292c36c88e98033dadf0f41df83c5a21076123 /src/gallium/include/state_tracker | |
parent | 0c96690a5b6e1c2d114e7ec5f1e9d60a4ff2a330 (diff) |
ws/xlib: manage the GC internally
No need for the user of this winsys to supply/manage the x11 gc for
us.
Diffstat (limited to 'src/gallium/include/state_tracker')
-rw-r--r-- | src/gallium/include/state_tracker/xlib_sw_winsys.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/state_tracker/xlib_sw_winsys.h b/src/gallium/include/state_tracker/xlib_sw_winsys.h index 915a7b37fb5..3cb679426d6 100644 --- a/src/gallium/include/state_tracker/xlib_sw_winsys.h +++ b/src/gallium/include/state_tracker/xlib_sw_winsys.h @@ -16,7 +16,6 @@ struct xlib_drawable { Visual *visual; int depth; Drawable drawable; - GC gc; /* temporary? */ }; |