diff options
author | Dave Airlie <airlied@linux.ie> | 2007-07-16 11:22:15 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-07-16 11:22:15 +1000 |
commit | b95ac8b7b313ad3eadc9e8bb0ead155303b7fa92 (patch) | |
tree | a70d65cbafc2fb4b2fe172a606dc12a1f167dcce /shared-core/nouveau_drm.h | |
parent | 4be9554fcdf27bce86d0d69068d284af2793b950 (diff) |
drm: detypedef drm.h and fixup all problems
Diffstat (limited to 'shared-core/nouveau_drm.h')
-rw-r--r-- | shared-core/nouveau_drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nouveau_drm.h b/shared-core/nouveau_drm.h index b39a7932..4016f004 100644 --- a/shared-core/nouveau_drm.h +++ b/shared-core/nouveau_drm.h @@ -137,7 +137,7 @@ enum nouveau_bus_type { struct drm_nouveau_sarea { /* the cliprects */ - drm_clip_rect_t boxes[NOUVEAU_MAX_SAREA_CLIPRECTS]; + struct drm_clip_rect boxes[NOUVEAU_MAX_SAREA_CLIPRECTS]; unsigned int nbox; }; |