Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create RFB object on connect #473

Closed
wants to merge 1 commit into from

Commits on Mar 26, 2015

  1. Create RFB object on connect

    In e543525, we switched to creating
    a new RFB object on disconnect.  This caused issues, however, since
    any errors were only displayed briefly before the new "loaded" text
    was displayed instead.
    
    Now, we create the RFB object on connect.  This essentially removes
    the usefulness of the "loaded" state, but prevents the aforementioned
    problem.
    
    To facilitate this, the code which does detection of cursor URI support
    was moved from this Display constructor (which now calls the new
    function) into its own function, `Util.browserSupportsCursorURIs()`.
    
    Fixes #467
    DirectXMan12 committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    58ded70 View commit details
    Browse the repository at this point in the history