Ignore:
Timestamp:
Oct 31, 2008, 6:20:51 AM (16 years ago)
Author:
broder
Message:

Isolate our patches to the VNC client from the upstream TightVNC
source

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-vnc-client/VncCanvas.java

    r1334 r1438  
    8080  // True if we process keyboard and mouse events.
    8181  boolean inputEnabled;
    82   int extraModifiers = 0;
    8382
    8483  //
     
    15121511        synchronized(rfb) {
    15131512          try {
    1514             if (extraModifiers != 0) {
    1515               evt.setModifiers(evt.getModifiers() | extraModifiers);
    1516             }
    15171513            rfb.writeKeyEvent(evt);
    15181514          } catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.