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

« back to all changes in this revision

Viewing changes to include/X11/Xregion.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:
45
45
 
46
46
************************************************************************/
47
47
 
48
 
#ifndef _XREGION_H
49
 
#define _XREGION_H
 
48
#ifndef _X11_XREGION_H_
 
49
#define _X11_XREGION_H_
50
50
 
51
51
typedef struct {
52
52
    short x1, x2, y1, y2;
186
186
    struct _POINTBLOCK *next;
187
187
} POINTBLOCK;
188
188
 
189
 
#endif
 
189
#endif /* _X11_XREGION_H_ */