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:
Bill Currie 2001-07-05 20:18:23 +00:00
parent 6f022f5d9f
commit fc09d2b00f
17 changed files with 227 additions and 171 deletions

View file

@ -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>