mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 12:20:06 +01:00
Fix statement not reached warning in _DMXXineramaActive
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
This commit is contained in:
parent
1be317c4e5
commit
f20a532ba3
1 changed files with 2 additions and 1 deletions
|
|
@ -74,8 +74,9 @@ _DMXXineramaActive(void)
|
|||
{
|
||||
#ifdef PANORAMIX
|
||||
return !noPanoramiXExtension;
|
||||
#endif
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue