]> git.proxmox.com Git - pve-qemu.git/blobdiff - debian/patches/pve/0003-vnc-altgr-emulation.patch
bump version to 2.9.0-1~rc3
[pve-qemu.git] / debian / patches / pve / 0003-vnc-altgr-emulation.patch
index d43ad3941ff70e286a093302a6ed40a683dee958..adce9541f51ef03976fa7046a8150edff58471ee 100644 (file)
@@ -1,17 +1,17 @@
-From f3e33fe70da6f9361bd940d2b029d293a71408ca Mon Sep 17 00:00:00 2001
+From 0e487cf7a98f230b99f8ffa349e22be23478aa5c Mon Sep 17 00:00:00 2001
 From: Wolfgang Bumiller <w.bumiller@proxmox.com>
 Date: Wed, 9 Dec 2015 14:17:38 +0100
-Subject: [PATCH 03/48] vnc: altgr emulation
+Subject: [PATCH 03/49] vnc: altgr emulation
 
 ---
  ui/vnc.c | 26 +++++++++++++++++++++++++-
  1 file changed, 25 insertions(+), 1 deletion(-)
 
 diff --git a/ui/vnc.c b/ui/vnc.c
-index 821acdd..29575f8 100644
+index 349cfc9d86..9c8ab42eea 100644
 --- a/ui/vnc.c
 +++ b/ui/vnc.c
-@@ -1625,6 +1625,10 @@ static void kbd_leds(void *opaque, int ledstate)
+@@ -1631,6 +1631,10 @@ static void kbd_leds(void *opaque, int ledstate)
  
  static void do_key_event(VncState *vs, int down, int keycode, int sym)
  {
@@ -22,7 +22,7 @@ index 821acdd..29575f8 100644
      /* QEMU console switch */
      switch(keycode) {
      case 0x2a:                          /* Left Shift */
-@@ -1705,8 +1709,27 @@ static void do_key_event(VncState *vs, int down, int keycode, int sym)
+@@ -1711,8 +1715,27 @@ static void do_key_event(VncState *vs, int down, int keycode, int sym)
      }
  
      if (qemu_console_is_graphic(NULL)) {
@@ -50,7 +50,7 @@ index 821acdd..29575f8 100644
      } else {
          bool numlock = vs->modifiers_state[0x45];
          bool control = (vs->modifiers_state[0x1d] ||
-@@ -1846,7 +1869,8 @@ static void key_event(VncState *vs, int down, uint32_t sym)
+@@ -1852,7 +1875,8 @@ static void key_event(VncState *vs, int down, uint32_t sym)
          lsym = lsym - 'A' + 'a';
      }
  
@@ -61,5 +61,5 @@ index 821acdd..29575f8 100644
      do_key_event(vs, down, keycode, sym);
  }
 -- 
-2.1.4
+2.11.0