while this is probably not the correct fix, it seems X shm needs to be

completely updated each frame
This commit is contained in:
Bill Currie 2001-01-20 22:08:40 +00:00
parent 591577f6ef
commit 7dd9a2f783

View file

@ -79,6 +79,7 @@
#include "menu.h"
#include "qargs.h"
#include "qendian.h"
#include "screen.h"
#include "sys.h"
#include "va.h"
@ -780,6 +781,7 @@ VID_Update (vrect_t *rects)
}
}
XSync (x_disp, False);
scr_fullupdate = 0;
}
static qboolean dither;