summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-06-03 22:53:32 +0000
committerIan Romanick <idr@us.ibm.com>2005-06-03 22:53:32 +0000
commit1d678a518ee97fef3a3f9816cddf199ad7e37509 (patch)
tree23fd4fc84da515c78c89b91cbce2ccc82dcf93f0
parent8e7c130ef71b6300a99f6404d23e7ff8646066be (diff)
Minor clean-ups. The drm_mga_fullscreen_t stuff has been dead for a looong
time. Remove it and an out-dated comment.
-rw-r--r--shared-core/mga_drm.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/shared-core/mga_drm.h b/shared-core/mga_drm.h
index 40f06c36..c3811fea 100644
--- a/shared-core/mga_drm.h
+++ b/shared-core/mga_drm.h
@@ -222,9 +222,6 @@ typedef struct _drm_mga_sarea {
int ctxOwner;
} drm_mga_sarea_t;
-/* WARNING: If you change any of these defines, make sure to change the
- * defines in the Xserver file (xf86drmMga.h)
- */
/* MGA specific ioctls
* The device specific ioctl range is 0x40 to 0x79.
@@ -288,13 +285,6 @@ typedef struct drm_mga_init {
unsigned long buffers_offset;
} drm_mga_init_t;
-typedef struct drm_mga_fullscreen {
- enum {
- MGA_INIT_FULLSCREEN = 0x01,
- MGA_CLEANUP_FULLSCREEN = 0x02
- } func;
-} drm_mga_fullscreen_t;
-
typedef struct drm_mga_clear {
unsigned int flags;
unsigned int clear_color;