~ubuntu-branches/ubuntu/maverick/xorg-server/maverick

« back to all changes in this revision

Viewing changes to Xext/xselinux.h

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington, Timo Aaltonen, Bryce Harrington
  • Date: 2010-03-24 12:04:20 UTC
  • mfrom: (1.1.32 upstream) (0.11.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100324120420-qbk5la526uy4k8xe
Tags: 2:1.7.6-1ubuntu1
[Timo Aaltonen]
* Merge from Debian unstable.
* Drop patch 107, included in Debian.
* Drop patch 108, included upstream.
* control: Drop the udeb, we don't need it for lucid.
* control: Relax/drop some build-deps caused by the udeb.

[Bryce Harrington]
* Add 110_findglyphbyhash-fix.patch from upstream to fix a sporadic
  crash in FindGlyphByHash.
  (LP: #401045)
* Renumber patch 201_armel-drv-fallbacks.patch to 111

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
/* Extension info */
26
26
#define SELINUX_EXTENSION_NAME          "SELinux"
27
27
#define SELINUX_MAJOR_VERSION           1
28
 
#define SELINUX_MINOR_VERSION           0
 
28
#define SELINUX_MINOR_VERSION           1
29
29
#define SELinuxNumberEvents             0
30
30
#define SELinuxNumberErrors             0
31
31
 
35
35
#define X_SELinuxGetDeviceCreateContext         2
36
36
#define X_SELinuxSetDeviceContext               3
37
37
#define X_SELinuxGetDeviceContext               4
38
 
#define X_SELinuxSetWindowCreateContext         5
39
 
#define X_SELinuxGetWindowCreateContext         6
40
 
#define X_SELinuxGetWindowContext               7
 
38
#define X_SELinuxSetDrawableCreateContext       5
 
39
#define X_SELinuxGetDrawableCreateContext       6
 
40
#define X_SELinuxGetDrawableContext             7
41
41
#define X_SELinuxSetPropertyCreateContext       8
42
42
#define X_SELinuxGetPropertyCreateContext       9
43
43
#define X_SELinuxSetPropertyUseContext          10