From 643c52be32c187a0fdb9a031b1e31d97cd551339 Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Fri, 28 Dec 2007 13:26:26 -0500 Subject: xselinux: Remove "X" prefix on remaining functions and strings. Should be evident from the context. --- Xext/xselinux.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Xext/xselinux.h') diff --git a/Xext/xselinux.h b/Xext/xselinux.h index 9800d5ae4..ba1380b57 100644 --- a/Xext/xselinux.h +++ b/Xext/xselinux.h @@ -23,11 +23,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "dixaccess.h" /* Extension info */ -#define XSELINUX_EXTENSION_NAME "SELinux" -#define XSELINUX_MAJOR_VERSION 1 -#define XSELINUX_MINOR_VERSION 0 -#define XSELinuxNumberEvents 0 -#define XSELinuxNumberErrors 0 +#define SELINUX_EXTENSION_NAME "SELinux" +#define SELINUX_MAJOR_VERSION 1 +#define SELINUX_MINOR_VERSION 0 +#define SELinuxNumberEvents 0 +#define SELinuxNumberErrors 0 /* Extension protocol */ #define X_SELinuxQueryVersion 0 -- cgit v1.2.3