qemacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-devel] Changes to qemacs/x11.c


From: Charlie Gordon
Subject: [Qemacs-devel] Changes to qemacs/x11.c
Date: Sun, 08 May 2005 22:17:49 -0400

Index: qemacs/x11.c
diff -u qemacs/x11.c:1.2 qemacs/x11.c:1.3
--- qemacs/x11.c:1.2    Wed May  4 19:27:36 2005
+++ qemacs/x11.c        Mon May  9 02:17:47 2005
@@ -1285,7 +1285,7 @@
             } else if (meta) {
                 switch(keysym) {
                 case XK_BackSpace:
-                    key = KEY_META(KEY_BACKSPACE);
+                    key = KEY_META(KEY_DEL);
                     goto got_key;
                 default:
                     if (keysym >= ' ' && keysym <= '~') {
@@ -1323,7 +1323,7 @@
                     key = KEY_LEFT;
                     goto got_key;
                 case XK_BackSpace:
-                    key = KEY_BACKSPACE;
+                    key = KEY_DEL;
                     goto got_key;
                 case XK_Insert:
                     key = KEY_INSERT;
@@ -1676,6 +1676,7 @@
     term_set_clip,
     term_selection_activate,
     term_selection_request,
+    NULL,
     x11_bmp_alloc,
     x11_bmp_free,
     x11_bmp_draw,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]