Revision: 4391
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4391&view=rev
Author:   ossman_
Date:     2011-04-29 11:12:02 +0000 (Fri, 29 Apr 2011)

Log Message:
-----------
Handle X11 compose key.

Modified Paths:
--------------
    trunk/vncviewer/Viewport.cxx

Modified: trunk/vncviewer/Viewport.cxx
===================================================================
--- trunk/vncviewer/Viewport.cxx        2011-04-29 11:08:11 UTC (rev 4390)
+++ trunk/vncviewer/Viewport.cxx        2011-04-29 11:12:02 UTC (rev 4391)
@@ -373,6 +373,9 @@
   case XK_ISO_Level3_Shift:
     // FLTK tends to let this one leak through on X11...
     return XK_ISO_Level3_Shift;
+  case XK_Multi_key:
+    // Same for this...
+    return XK_Multi_key;
   }
 
   // Ctrl and Cmd tend to fudge input handling, so we need to cheat here


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to