~ubuntu-branches/ubuntu/natty/libxext/natty

« back to all changes in this revision

Viewing changes to src/XTestExt1.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2011-02-07 22:19:09 UTC
  • mfrom: (1.1.8 upstream) (0.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110207221909-otjoabcpv4kgmiu5
Tags: 2:1.2.0-2
* Remove Brice Goglin and David Nusinow from Uploaders.  Thanks for your
  work!
* Bump Standards-Version to 3.9.1 (no changes).
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Xorg: XTestExt1.c,v 1.4 2001/02/09 02:03:49 xorgcvs Exp $ */
2
1
/*
3
2
 *      File:  xtestext1lib.c
4
3
 *
51
50
University of California.
52
51
 
53
52
*/
54
 
/* $XFree86: xc/lib/Xext/XTestExt1.c,v 1.3 2001/01/17 19:42:46 dawes Exp $ */
55
53
 
56
54
/******************************************************************************
57
55
 * include files
58
56
 *****************************************************************************/
59
57
 
60
 
#define NEED_REPLIES
61
 
#define NEED_EVENTS
62
 
 
63
58
#ifdef HAVE_CONFIG_H
64
59
#include <config.h>
65
60
#endif