mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 15:11:30 -08:00
Temporary #undef HAVE_X_I18N until FontSet for UTF-8
on XFree86 is investigated.
This commit is contained in:
parent
937a855ded
commit
e9c19b6818
2 changed files with 6 additions and 0 deletions
|
|
@ -131,6 +131,9 @@ xlwMenuTranslations [] =
|
|||
|
||||
/* FIXME: F10 should enter the menu, the first one in the menu-bar. */
|
||||
|
||||
/* FIXME: HAVE_X_I18N does not work yet. */
|
||||
#undef HAVE_X_I18N
|
||||
|
||||
#define offset(field) XtOffset(XlwMenuWidget, field)
|
||||
static XtResource
|
||||
xlwMenuResources[] =
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@ Boston, MA 02111-1307, USA. */
|
|||
#include "xlwmenu.h"
|
||||
#include <X11/CoreP.h>
|
||||
|
||||
/* FIXME: HAVE_X_I18N does not work yet. */
|
||||
#undef HAVE_X_I18N
|
||||
|
||||
/* Elements in the stack arrays. */
|
||||
typedef struct _window_state
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue