commit | 595aedc9bdf59e668b51622a132a0d1e0cd331fd | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Thu Jan 29 10:24:20 2015 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Thu Jan 29 10:24:20 2015 +0100 |
tree | d6d0c078ddcd35fd700dbba0f4eda48f6a13271b | |
parent | 37e5af91ca770281a1a6cfdc5ccaf28c05ed5486 [diff] |
ddxBeforeReset() is only conditionally included in the build
diff --git a/unix/xserver/hw/vnc/xvnc.c b/unix/xserver/hw/vnc/xvnc.c index e2fc1bc..1d85673 100644 --- a/unix/xserver/hw/vnc/xvnc.c +++ b/unix/xserver/hw/vnc/xvnc.c
@@ -283,10 +283,12 @@ { } +#ifdef DDXBEFORERESET void ddxBeforeReset(void) { return; } +#endif void ddxUseMsg(void) {