diff options
author | Alon Levy <alevy@redhat.com> | 2010-08-24 14:53:03 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2010-08-24 14:56:28 +0300 |
commit | 349e6a5bf8804b25c3af6e1f439122a7cc269cc2 (patch) | |
tree | 1a376b032e783fdd8b1931243c482abf71a7905d /common | |
parent | 53133102f6133379746fbf8c98719b192409e6f6 (diff) |
vdservice: don't start when no qxl device present
Diffstat (limited to 'common')
-rw-r--r-- | common/vdcommon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/vdcommon.h b/common/vdcommon.h index 1097720..24d18d6 100644 --- a/common/vdcommon.h +++ b/common/vdcommon.h @@ -63,5 +63,7 @@ typedef struct VDPipeState { VDPipeBuffer read; } VDPipeState; +bool get_qxl_device_id(TCHAR* device_key, DWORD* device_id); + #endif |