From 2c3e137b786dab4a8002a4934fbcf4ef0742f473 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 14 Feb 2018 14:10:44 -0500 Subject: [PATCH] =?UTF-8?q?dmx:=20#if=20PANORAMIX=20=E2=86=92=20#ifdef=20P?= =?UTF-8?q?ANORAMIX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adam Jackson --- hw/dmx/dmx.c | 4 ++-- hw/dmx/dmxinit.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/dmx/dmx.c b/hw/dmx/dmx.c index 0ae14a21b..4c7808de1 100644 --- a/hw/dmx/dmx.c +++ b/hw/dmx/dmx.c @@ -438,7 +438,7 @@ ProcDMXChangeScreensAttributes(ClientPtr client) value_list += count; } -#if PANORAMIX +#ifdef PANORAMIX status = dmxConfigureScreenWindows(stuff->screenCount, screen_list, attribs, &errorScreen); #endif @@ -748,7 +748,7 @@ ProcDMXChangeDesktopAttributes(ClientPtr client) dmxGetDesktopAttributes(&attr); dmxFetchDesktopAttributes(stuff->valueMask, &attr, value_list); -#if PANORAMIX +#ifdef PANORAMIX status = dmxConfigureDesktop(&attr); #endif if (status == BadValue) diff --git a/hw/dmx/dmxinit.c b/hw/dmx/dmxinit.c index d1ffcc538..8f17f4ddf 100644 --- a/hw/dmx/dmxinit.c +++ b/hw/dmx/dmxinit.c @@ -640,7 +640,7 @@ InitOutput(ScreenInfo * pScreenInfo, int argc, char *argv[]) for (i = 0; i < dmxNumScreens; i++) dmxDisplayInit(&dmxScreens[i]); -#if PANORAMIX +#ifdef PANORAMIX /* Register a Xinerama callback which will run from within * PanoramiXCreateConnectionBlock. We can use the callback to * determine if Xinerama is loaded and to check the visuals