mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
while this is probably not the correct fix, it seems X shm needs to be
completely updated each frame
This commit is contained in:
parent
591577f6ef
commit
7dd9a2f783
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue