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

« back to all changes in this revision

Viewing changes to src/Xdbe.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: Xdbe.c,v 1.4 2000/08/17 19:45:53 cpqbld Exp $ */
2
1
/******************************************************************************
3
2
 * 
4
3
 * Copyright (c) 1994, 1995  Hewlett-Packard Company
30
29
 *     Xlib DBE code
31
30
 *
32
31
 *****************************************************************************/
33
 
/* $XFree86: xc/lib/Xext/Xdbe.c,v 3.7 2002/10/16 02:19:22 dawes Exp $ */
34
32
 
35
 
#define NEED_EVENTS
36
 
#define NEED_REPLIES
37
33
#ifdef HAVE_CONFIG_H
38
34
#include <config.h>
39
35
#endif