mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 15:50:09 +01:00
XQuartz: Make sure QuartzAudioInit() gets run.
(cherry picked from commit bb3d034675)
This commit is contained in:
parent
e48e2ce931
commit
755d16cbde
1 changed files with 2 additions and 2 deletions
|
|
@ -164,7 +164,7 @@ void QuartzInitOutput(
|
|||
generation = serverGeneration;
|
||||
}
|
||||
|
||||
if (serverGeneration == 0) {
|
||||
if (serverGeneration == 1) {
|
||||
QuartzAudioInit();
|
||||
}
|
||||
|
||||
|
|
@ -252,7 +252,7 @@ void QuartzDisplayChangedHandler(int screenNum, xEventPtr xe, DeviceIntPtr dev,
|
|||
int x, y, width, height, sx, sy;
|
||||
xEvent e;
|
||||
|
||||
DEBUG_LOG("QuartzDisplayChangedHandler()\n");
|
||||
DEBUG_LOG("QuartzDisplayChangedHandler(): noPseudoramiXExtension=%d, screenInfo.numScreens=%d\n", noPseudoramiXExtension, screenInfo.numScreens);
|
||||
if (noPseudoramiXExtension || screenInfo.numScreens != 1)
|
||||
{
|
||||
/* FIXME: if not using Xinerama, we have multiple screens, and
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue