comparison src/input-method-xlib.c @ 280:7df0dd720c89 r21-0b38

Import from CVS: tag r21-0b38
author cvs
date Mon, 13 Aug 2007 10:32:22 +0200
parents c5d627a313b1
children 19dcec799385
comparison
equal deleted inserted replaced
279:c20b2fb5bb0a 280:7df0dd720c89
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 <config.h>
31 #include "lisp.h"
31 #include <X11/Xlocale.h> /* More portable than <locale.h> ? */ 32 #include <X11/Xlocale.h> /* More portable than <locale.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"
37 #include "console-x.h" 37 #include "console-x.h"