comparison src/console-x.h @ 280:7df0dd720c89 r21-0b38

Import from CVS: tag r21-0b38
author cvs
date Mon, 13 Aug 2007 10:32:22 +0200
parents c5d627a313b1
children 6240c7796c7a
comparison
equal deleted inserted replaced
279:c20b2fb5bb0a 280:7df0dd720c89
438 (expect_x_error ((dpy)), (body), x_error_occurred_p (dpy)) 438 (expect_x_error ((dpy)), (body), x_error_occurred_p (dpy))
439 439
440 #define HANDLING_X_ERROR(dpy, body) \ 440 #define HANDLING_X_ERROR(dpy, body) \
441 ( expect_x_error ((dpy)), (body), signal_if_x_error ((dpy), 0)) 441 ( expect_x_error ((dpy)), (body), signal_if_x_error ((dpy), 0))
442 442
443 void Initialize_Locale (void);
444
443 #ifdef HAVE_XIM 445 #ifdef HAVE_XIM
444 /* Locale */
445 void Initialize_Locale (void);
446 446
447 /* X Input Method `methods' */ 447 /* X Input Method `methods' */
448 void XIM_init_device (struct device *d); 448 void XIM_init_device (struct device *d);
449 void XIM_init_frame (struct frame *f); 449 void XIM_init_frame (struct frame *f);
450 void XIM_SetSpotLocation (struct frame *f, int x, int y); 450 void XIM_SetSpotLocation (struct frame *f, int x, int y);