Bug fix: Fix a BadRegion error with --glx-use-copysubbuffermesa

Just a small and mostly harmless issue. Sorry, didn't test throughly.
pull/2/head
Richard Grenville 12 years ago
parent 19471a4289
commit 7f97bf9396

@ -1614,7 +1614,7 @@ paint_all(session_t *ps, XserverRegion region, XserverRegion region_real, win *t
#endif #endif
if (!region) { if (!region) {
region = get_screen_region(ps); region_real = region = get_screen_region(ps);
} }
else { else {
// Remove the damaged area out of screen // Remove the damaged area out of screen

Loading…
Cancel
Save