mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-30 00:49:37 +00:00
Update spice-html5
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
** is a preloaded cursor available, we will use that. Failing that, we will
|
||||
** simulate a cursor using an image that is moved around the screen.
|
||||
**--------------------------------------------------------------------------*/
|
||||
|
||||
import { SpiceDataView } from './spicedataview.js';
|
||||
import { hex_sha1 } from './thirdparty/sha1.js';
|
||||
|
||||
var SpiceSimulateCursor = {
|
||||
|
||||
cursors : new Array(),
|
||||
@@ -200,3 +204,5 @@ SpiceSimulateCursor.ICONDIRENTRY.prototype =
|
||||
return 16;
|
||||
}
|
||||
};
|
||||
|
||||
export { SpiceSimulateCursor };
|
||||
|
||||
Reference in New Issue
Block a user