/[qemacs]/qemacs/x11.c
ViewVC logotype

Diff of /qemacs/x11.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by chqrlie, Wed May 4 19:27:36 2005 UTC revision 1.3 by chqrlie, Mon May 9 02:17:47 2005 UTC
# Line 1285  static void x11_handle_event(void *opaqu Line 1285  static void x11_handle_event(void *opaqu
1285              } else if (meta) {              } else if (meta) {
1286                  switch(keysym) {                  switch(keysym) {
1287                  case XK_BackSpace:                  case XK_BackSpace:
1288                      key = KEY_META(KEY_BACKSPACE);                      key = KEY_META(KEY_DEL);
1289                      goto got_key;                      goto got_key;
1290                  default:                  default:
1291                      if (keysym >= ' ' && keysym <= '~') {                      if (keysym >= ' ' && keysym <= '~') {
# Line 1323  static void x11_handle_event(void *opaqu Line 1323  static void x11_handle_event(void *opaqu
1323                      key = KEY_LEFT;                      key = KEY_LEFT;
1324                      goto got_key;                      goto got_key;
1325                  case XK_BackSpace:                  case XK_BackSpace:
1326                      key = KEY_BACKSPACE;                      key = KEY_DEL;
1327                      goto got_key;                      goto got_key;
1328                  case XK_Insert:                  case XK_Insert:
1329                      key = KEY_INSERT;                      key = KEY_INSERT;
# Line 1676  static QEDisplay x11_dpy = { Line 1676  static QEDisplay x11_dpy = {
1676      term_set_clip,      term_set_clip,
1677      term_selection_activate,      term_selection_activate,
1678      term_selection_request,      term_selection_request,
1679        NULL,
1680      x11_bmp_alloc,      x11_bmp_alloc,
1681      x11_bmp_free,      x11_bmp_free,
1682      x11_bmp_draw,      x11_bmp_draw,

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26