~ubuntu-branches/ubuntu/wily/libx11/wily-proposed

« back to all changes in this revision

Viewing changes to include/X11/Xlib.h

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2011-02-24 12:02:14 UTC
  • mfrom: (1.1.12 upstream) (2.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20110224120214-a86d0lv48wk8itl6
Tags: 2:1.4.1-5ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Add Latin locale.
  - Add Klingon locale.
  - Add 102_double_arrows_Compose.patch: compose keys for double arrows
    (LP: 680143)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 *      interface library (Xlib) to the X Window System Protocol (V11).
31
31
 *      Structures and symbols starting with "_" are private to the library.
32
32
 */
33
 
#ifndef _XLIB_H_
34
 
#define _XLIB_H_
 
33
#ifndef _X11_XLIB_H_
 
34
#define _X11_XLIB_H_
35
35
 
36
36
#define XlibSpecificationRelease 6
37
37
 
4020
4020
 
4021
4021
_XFUNCPROTOEND
4022
4022
 
4023
 
#endif /* _XLIB_H_ */
 
4023
#endif /* _X11_XLIB_H_ */