mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
e8a7e8218e
It turns out to be possible to get a barrier event at the same time as a configure notify event (which rebuilds the barriers), and trying to release the pointer at such a time results in a bad barrier error and program crash. Thus check the event barrier against the currently existing barriers before attempting to release the pointer. This does mean that a better mechanism for sequencing window repositioning and barrier creation may be required. |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
gamecode | ||
gib | ||
image | ||
input | ||
models | ||
net | ||
qw | ||
ruamoko | ||
scene | ||
ui | ||
util | ||
video | ||
Makemodule.am |