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 18:58:49 +0000 (12:58 -0600)
commitb5ecbbe636dd0d2094921c5401e4268694c405ce
tree877e75176bd9d2d1a6d0ef875533c12f8f3ac49a
parentb9b04872d526ed7955f647542399e110ace0325c
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