summaryrefslogtreecommitdiff
path: root/Xext/xselinux.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-12-12 20:44:59 -0500
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-12-12 20:44:59 -0500
commit9a7ce573636e349ee2967991c7cc1407e80ae524 (patch)
tree1d2175675b649e995824d9f67bd096b73e4f3007 /Xext/xselinux.h
parent8503072e1c2b89dca786d4afb72aa60a170d2fbd (diff)
xselinux: Add new protocol for setting device create context.
Diffstat (limited to 'Xext/xselinux.h')
-rw-r--r--Xext/xselinux.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/Xext/xselinux.h b/Xext/xselinux.h
index ea8d9e440..ebcc4aae0 100644
--- a/Xext/xselinux.h
+++ b/Xext/xselinux.h
@@ -33,14 +33,16 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define X_SELinuxQueryVersion 0
#define X_SELinuxSetSelectionManager 1
#define X_SELinuxGetSelectionManager 2
-#define X_SELinuxSetDeviceContext 3
-#define X_SELinuxGetDeviceContext 4
-#define X_SELinuxSetPropertyCreateContext 5
-#define X_SELinuxGetPropertyCreateContext 6
-#define X_SELinuxGetPropertyContext 7
-#define X_SELinuxSetWindowCreateContext 8
-#define X_SELinuxGetWindowCreateContext 9
-#define X_SELinuxGetWindowContext 10
+#define X_SELinuxSetDeviceCreateContext 3
+#define X_SELinuxGetDeviceCreateContext 4
+#define X_SELinuxSetDeviceContext 5
+#define X_SELinuxGetDeviceContext 6
+#define X_SELinuxSetPropertyCreateContext 7
+#define X_SELinuxGetPropertyCreateContext 8
+#define X_SELinuxGetPropertyContext 9
+#define X_SELinuxSetWindowCreateContext 10
+#define X_SELinuxGetWindowCreateContext 11
+#define X_SELinuxGetWindowContext 12
typedef struct {
CARD8 reqType;