xlib: fix single buffer window resize bug
authorBrian Paul <brianp@vmware.com>
Mon, 24 Aug 2009 18:58:47 +0000 (12:58 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 24 Aug 2009 19:05:20 +0000 (13:05 -0600)
commit69170a4aae5aeb765e8ab9c61a3adfddcc5830ad
tree7a0daac7d979f8526bc3055f7f1034b7253061a0
parent93aa0fd81c44c7a5f29f30e8f730e060597b06ad
xlib: fix single buffer window resize bug

When a single-buffered window was resized the new window size was never
detected.  This fix that, but there's still a bug which causes window
contents corruption for certain window sizes...
src/gallium/winsys/xlib/xlib_softpipe.c