summaryrefslogtreecommitdiff
path: root/spice_auto.html
diff options
context:
space:
mode:
authorJeremy White <jwhite@codeweavers.com>2013-04-19 11:36:41 -0500
committerJeremy White <jwhite@codeweavers.com>2013-04-19 11:36:41 -0500
commitbcffac0aa49f60d60e4dcbf1a66fc2b9f8a0548b (patch)
tree11b0d0b21504deb5b8e3db31e5ce3dc99259f71b /spice_auto.html
parent12fe9ebb9640d22f37579a6e79542a94c48b3b3c (diff)
Provide two levels of workaround for IE 10 cursor support.
The first approach is to use a moving image to simulate the cursor. This does not work well, so a second approach, involving static cursors is provided. That requires a site administrator to precreate all the cursors that can be used by a particular application set. A warning message strongly suggests using a different browser as well.
Diffstat (limited to 'spice_auto.html')
-rw-r--r--spice_auto.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/spice_auto.html b/spice_auto.html
index 5e4bedc..788202e 100644
--- a/spice_auto.html
+++ b/spice_auto.html
@@ -43,6 +43,7 @@
<script src="display.js"></script>
<script src="main.js"></script>
<script src="inputs.js"></script>
+ <script src="simulatecursor.js"></script>
<script src="cursor.js"></script>
<script src="thirdparty/jsbn.js"></script>
<script src="thirdparty/rsa.js"></script>