diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-02-26 23:14:29 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-02-26 23:14:29 -0500 |
commit | 3f0681fb0b2d0744c2ef892883ae5359b43a4a9a (patch) | |
tree | 65762d9199ec879f66b30efad41da82a8817ffc8 /Xext/xselinux.h | |
parent | 4632ea22580c31d44b0786321668d9e78f02900e (diff) |
xselinux: Stub out selection protocol requests.
Diffstat (limited to 'Xext/xselinux.h')
-rw-r--r-- | Xext/xselinux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Xext/xselinux.h b/Xext/xselinux.h index 7eeea5046..480276154 100644 --- a/Xext/xselinux.h +++ b/Xext/xselinux.h @@ -43,6 +43,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define X_SELinuxSetWindowCreateContext 10 #define X_SELinuxGetWindowCreateContext 11 #define X_SELinuxGetWindowContext 12 +#define X_SELinuxSetSelectionCreateContext 13 +#define X_SELinuxGetSelectionCreateContext 14 +#define X_SELinuxGetSelectionContext 15 typedef struct { CARD8 reqType; |