~ubuntu-branches/ubuntu/breezy/libx11/breezy

« back to all changes in this revision

Viewing changes to src/XlibInt.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2005-09-30 16:30:55 UTC
  • Revision ID: james.westby@ubuntu.com-20050930163055-dfterq3qv2h111u0
Tags: 1:6.2.1+cvs.20050722-8
Fix non-UTF-8 locales by fixing generation of compose.dir, locale.alias,
and locale.dir in nls/ (closes: Ubuntu#13724).

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#endif
44
44
#include "Xlibint.h"
45
45
#include <X11/Xpoll.h>
 
46
#define X11_t
 
47
#define TRANS_CLIENT
46
48
#include <X11/Xtrans/Xtrans.h>
47
49
#include <X11/extensions/xcmiscstr.h>
48
50
#include <stdio.h>