From 84778c347e5e3f8e0f14dcba451d1ee82cae2c23 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 7 Sep 2012 11:07:14 +1000 Subject: [PATCH] fix build with updated server --- 0003-xf86-fix-multi-seat-video-device-support.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/0003-xf86-fix-multi-seat-video-device-support.patch b/0003-xf86-fix-multi-seat-video-device-support.patch index 2c08241..19e70d5 100644 --- a/0003-xf86-fix-multi-seat-video-device-support.patch +++ b/0003-xf86-fix-multi-seat-video-device-support.patch @@ -26,7 +26,7 @@ index 6de8409..40f4921 100644 if (drv->platformProbe != NULL) { foundScreen = xf86platformProbeDev(drv); } -+ if (ServerIsNotSeat0) ++ if (ServerIsNotSeat0()) + return foundScreen; #endif @@ -35,7 +35,7 @@ index 6de8409..40f4921 100644 { #ifdef XSERVER_PLATFORM_BUS xf86platformProbe(); -+ if (ServerIsNotSeat0) ++ if (ServerIsNotSeat0()) + return; #endif #ifdef XSERVER_LIBPCIACCESS @@ -49,7 +49,7 @@ index 502d3c4..0b06e16 100644 } else { + /* for non-seat0 servers assume first device is the master */ -+ if (ServerIsNotSeat0) ++ if (ServerIsNotSeat0()) + break; if (xf86_platform_devices[j].pdev) { if (xf86IsPrimaryPlatform(&xf86_platform_devices[j]))