summaryrefslogtreecommitdiff
path: root/Xext/xace.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2008-02-05 21:06:05 -0500
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2008-02-05 21:06:05 -0500
commit5c30327275509576b7848a5f842e7a1bffabe980 (patch)
treedbf0332750312fade8d3120b93511d712fa94b5b /Xext/xace.h
parentbb1a577a6822f781f1e38d2434a13914e74f89aa (diff)
XACE: Push the dix "structure" includes down to the security modules.
Diffstat (limited to 'Xext/xace.h')
-rw-r--r--Xext/xace.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Xext/xace.h b/Xext/xace.h
index 24b9dce68..6f1f267ad 100644
--- a/Xext/xace.h
+++ b/Xext/xace.h
@@ -25,10 +25,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define XACE_MAJOR_VERSION 2
#define XACE_MINOR_VERSION 0
-#include "pixmap.h" /* for DrawablePtr */
-#include "regionstr.h" /* for RegionPtr */
-#include "window.h" /* for WindowPtr */
-#include "property.h" /* for PropertyPtr */
+#include "pixmap.h"
+#include "region.h"
+#include "window.h"
+#include "property.h"
/* Default window background */
#define XaceBackgroundNoneState None