mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-17 17:21:09 +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
|
// for debugging only
|
||||||
XSynchronize( x_disp, True );
|
XSynchronize( x_disp, True );
|
||||||
|
|
||||||
|
x_disp_ref_count=1;
|
||||||
} else {
|
} else {
|
||||||
x_disp_ref_count++;
|
x_disp_ref_count++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue