Rewrote Escape to avoid calling down to Escape16.
Replaced Escape by ExtEscape in the DC function table.
diff --git a/include/x11drv.h b/include/x11drv.h
index ff56429..3aaa14f 100644
--- a/include/x11drv.h
+++ b/include/x11drv.h
@@ -255,8 +255,8 @@
DWORD xSrc, DWORD ySrc,
DWORD xDest, DWORD yDest,
DWORD width, DWORD height);
-
-extern INT X11DRV_DCICommand(INT cbInput, LPVOID lpInData, LPVOID lpOutData);
+struct _DCICMD;
+extern INT X11DRV_DCICommand(INT cbInput, const struct _DCICMD *lpCmd, LPVOID lpOutData);
/**************************************************************************
* X11 GDI driver