mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-24 21:01:17 +00:00
finally fix the glx shutdown bug
This commit is contained in:
parent
c0bb48d693
commit
706004407f
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,8 @@ x11_open_display( void )
|
|||
|
||||
// for debugging only
|
||||
XSynchronize( x_disp, True );
|
||||
|
||||
x_disp_ref_count=1;
|
||||
} else {
|
||||
x_disp_ref_count++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue