diff options
author | marha <marha@users.sourceforge.net> | 2012-09-05 15:53:43 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-09-05 15:53:43 +0200 |
commit | 50fad5cd2be4cd105c99687e224da60233f81645 (patch) | |
tree | 37953f7b833a0ee31628e1301bb04be16238e6e2 /xorg-server/include | |
parent | 67c4614f29188e4af86e1d88ee82759c896b70b5 (diff) | |
download | vcxsrv-50fad5cd2be4cd105c99687e224da60233f81645.tar.gz vcxsrv-50fad5cd2be4cd105c99687e224da60233f81645.tar.bz2 vcxsrv-50fad5cd2be4cd105c99687e224da60233f81645.zip |
xserver mesa git update 4 sep 2012
Diffstat (limited to 'xorg-server/include')
-rw-r--r-- | xorg-server/include/hotplug.h | 2 |
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 */ |