mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
port Bruce Momjian's patches from newtree with a less incestuous
implementation of his sound/focus patch. NOTE: only alsa 0.9 is tested (Rhamph, can you test 0.5, please?) and only the alsa drivers stop the hardware right ow. WARNING!!! you /will/ have to re-install your plugins, or you will get segfaults when the window gains/loses focus. How do you tell if a window has focus on first mapping in X11?
This commit is contained in:
parent
6f022f5d9f
commit
fc09d2b00f
17 changed files with 227 additions and 171 deletions
|
@ -54,6 +54,9 @@
|
|||
#ifdef HAVE_WINSOCK_H
|
||||
# include <winsock.h>
|
||||
#endif
|
||||
#ifdef HAVE_RPC_TYPES_H
|
||||
# include <rpc/types.h>
|
||||
#endif
|
||||
|
||||
#include <setjmp.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue