• Joel Martin's avatar
    Add Cursor pseudo-encoding support (disabled for now). · 2c2b492c
    Joel Martin authored
    To change the appearance of the cursor, we use the CSS cursor style
    and set the url to a data URI scheme. The image data sent via the
    cursor pseudo-encoding has to be encoded to a CUR format file before
    being used in the data URI.
    
    During Canvas initialization we try and set a simple cursor to see if
    the browser has support. Opera is missing support for data URI scheme
    in cursor URLs.
    
    Disabled for now until we have a better way of specifying settings
    overall (too many settings for control bar now).
    2c2b492c
Name
Last commit
Last update
..
LICENSE.GPL-3 Loading commit data...
LICENSE.LGPL-3 Loading commit data...
TODO Loading commit data...
links Loading commit data...
notes Loading commit data...
proxy_description.txt Loading commit data...
rfb_notes Loading commit data...
rfbproto-3.3.pdf Loading commit data...
rfbproto-3.7.pdf Loading commit data...
rfbproto-3.8.pdf Loading commit data...