Replace <X11/transport.c> with <X11/Xtrans/transport.c>

This commit is contained in:
Alexander Gottwald 2005-06-09 15:55:33 +00:00
parent fd5f58e0ba
commit af4f0f3026
3 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2005-06-09 Alexander Gottwald <ago@freedesktop.org>
* src/x11_trans.c:
* src/xim_trans.c:
Replace <X11/transport.c> with <X11/Xtrans/transport.c>
2005-06-04 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:

View file

@ -1,5 +1,5 @@
/*
* $Id: x11_trans.c,v 1.1 2005/05/13 22:53:43 sandmann Exp $
* $Id: x11_trans.c,v 1.2 2005/05/16 22:35:28 sandmann Exp $
*
* Copyright © 2003 Keith Packard
*
@ -28,5 +28,5 @@
#define X11_t
#define TRANS_CLIENT
#include <X11/transport.c>
#include <X11/Xtrans/transport.c>

View file

@ -1,5 +1,5 @@
/*
* $Id: xim_trans.c,v 1.1 2005/05/13 22:53:43 sandmann Exp $
* $Id: xim_trans.c,v 1.2 2005/05/16 22:35:28 sandmann Exp $
*
* Copyright © 2003 Keith Packard
*
@ -25,4 +25,4 @@
#define XIM_t
#define TRANS_CLIENT
#include <X11/transport.c>
#include <X11/Xtrans/transport.c>