Mercurial > hg > xemacs-beta
comparison src/input-method-xlib.c @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | 850242ba4a81 |
children | 2c611d1463a6 |
comparison
equal
deleted
inserted
replaced
206:d3e9274cbc4e | 207:e45d5e7c476e |
---|---|
25 /* This file implements an interface to X input methods, available | 25 /* This file implements an interface to X input methods, available |
26 with X11R5 and above. See O'Reilly, Xlib programmer's guide, | 26 with X11R5 and above. See O'Reilly, Xlib programmer's guide, |
27 and X11 R6 release guide chapters on internationalized input, | 27 and X11 R6 release guide chapters on internationalized input, |
28 for further details */ | 28 for further details */ |
29 | 29 |
30 #include <config.h> | |
30 #include <X11/Xlocale.h> /* More portable than <locale.h> ? */ | 31 #include <X11/Xlocale.h> /* More portable than <locale.h> ? */ |
31 #include <config.h> | |
32 #include "lisp.h" | 32 #include "lisp.h" |
33 #include "frame.h" | 33 #include "frame.h" |
34 #include "device.h" | 34 #include "device.h" |
35 #include "window.h" | 35 #include "window.h" |
36 #include "buffer.h" | 36 #include "buffer.h" |