Mercurial > emacs
view lisp/toolbar/cut.xpm @ 48085:1c06bf924a62
(Qeql): Declare.
(Vx_keysym_table): New.
(syms_of_xterm): Initialize it.
(XTread_socket): Use it. Deal with ASCII keysyms.
(XSetIMValues) [HAVE_X11R6]: Prototype.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 30 Oct 2002 19:12:37 +0000 |
parents | 8f4a34146a9d |
children | 734ff40978ad |
line wrap: on
line source
/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "24 24 2 1", " c Gray0", ". c None", /* pixels */ "........................", "........................", "........................", "........................", "........................", ".................. .....", "................ ......", "............... .......", ".............. ........", "............. .........", ".... .... ..... ..", "... ... .. ... ....", "... ... ......", ".... ... .........", ".......... ............", "......... ............", "........ .. ............", "....... ... ............", "....... .. .............", "....... ..............", "........................", "........................", "........................", "........................" };