[vlc-commits] XCB: key symbols list update

Rémi Denis-Courmont git at videolan.org
Mon Aug 20 17:03:23 CEST 2012


vlc/vlc-2.0 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Aug 20 17:33:27 2012 +0300| [8d6ca0d73b9091c9e0ff7647ab9d9a3de6f68187] | committer: Rémi Denis-Courmont

XCB: key symbols list update

(cherry picked from commit 55cb3971ca07c3ca103231e7d5f7ed939233bd09)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=8d6ca0d73b9091c9e0ff7647ab9d9a3de6f68187
---

 modules/video_output/xcb/keysym.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/video_output/xcb/keysym.h b/modules/video_output/xcb/keysym.h
index 4c2ebd2..a5e49d9 100644
--- a/modules/video_output/xcb/keysym.h
+++ b/modules/video_output/xcb/keysym.h
@@ -996,6 +996,8 @@
 { 0x00000ad3, 0x201d },
 /* XK_prescription        : PRESCRIPTION TAKE */
 { 0x00000ad4, 0x211e },
+/* XK_permille            : PER MILLE SIGN */
+{ 0x00000ad5, 0x2030 },
 /* XK_minutes             : PRIME */
 { 0x00000ad6, 0x2032 },
 /* XK_seconds             : DOUBLE PRIME */



More information about the vlc-commits mailing list