finally fix the glx shutdown bug

This commit is contained in:
Bill Currie 2000-04-15 04:02:10 +00:00
parent c0bb48d693
commit 706004407f

View file

@ -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++;
}