aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/include/hotplug.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-09-05 15:53:43 +0200
committermarha <marha@users.sourceforge.net>2012-09-05 15:53:43 +0200
commit50fad5cd2be4cd105c99687e224da60233f81645 (patch)
tree37953f7b833a0ee31628e1301bb04be16238e6e2 /xorg-server/include/hotplug.h
parent67c4614f29188e4af86e1d88ee82759c896b70b5 (diff)
downloadvcxsrv-50fad5cd2be4cd105c99687e224da60233f81645.tar.gz
vcxsrv-50fad5cd2be4cd105c99687e224da60233f81645.tar.bz2
vcxsrv-50fad5cd2be4cd105c99687e224da60233f81645.zip
xserver mesa git update 4 sep 2012
Diffstat (limited to 'xorg-server/include/hotplug.h')
-rw-r--r--xorg-server/include/hotplug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg-server/include/hotplug.h b/xorg-server/include/hotplug.h
index 96b078d48..2a95b4524 100644
--- a/xorg-server/include/hotplug.h
+++ b/xorg-server/include/hotplug.h
@@ -69,4 +69,6 @@ void config_odev_probe(config_odev_probe_proc_ptr probe_callback);
void NewGPUDeviceRequest(struct OdevAttributes *attribs);
void DeleteGPUDeviceRequest(struct OdevAttributes *attribs);
#endif
+
+#define ServerIsNotSeat0() (SeatId && strcmp(SeatId, "seat0"))
#endif /* HOTPLUG_H */