Mercurial > hg > xemacs-beta
comparison src/console-x.c @ 5027:22179cd0fe15
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 10 Feb 2010 07:25:19 -0600 |
parents | 2ade80e8c640 |
children | 99f8ebc082d9 |
comparison
equal
deleted
inserted
replaced
5026:46cf825f6158 | 5027:22179cd0fe15 |
---|---|
40 #include "console-x-impl.h" | 40 #include "console-x-impl.h" |
41 | 41 |
42 DEFINE_CONSOLE_TYPE (x); | 42 DEFINE_CONSOLE_TYPE (x); |
43 | 43 |
44 int wedge_metacity; /* nonzero means update WM_HINTS always */ | 44 int wedge_metacity; /* nonzero means update WM_HINTS always */ |
45 | |
46 extern void x_has_keysym (KeySym, Lisp_Object, int); | |
47 | 45 |
48 static int | 46 static int |
49 x_initially_selected_for_input (struct console *UNUSED (con)) | 47 x_initially_selected_for_input (struct console *UNUSED (con)) |
50 { | 48 { |
51 return 1; | 49 return 1; |