diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-10-29 19:32:32 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2007-10-29 19:32:46 -0400 |
commit | ff5889f8316e0c16112f114c1c8f57645b8dc54f (patch) | |
tree | a9674749ff2a7615274a4bd8601b05362ce5a09c /linux-core/drmP.h | |
parent | 6342e0507be177be309774aff0c31746beab73f6 (diff) |
Move struct drm_drawable_info out of public header file.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r-- | linux-core/drmP.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 82a3a23c..ac3ca4d2 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -586,6 +586,15 @@ struct drm_vbl_sig { struct task_struct *task; }; +/** + * Drawable information. + */ +struct drm_drawable_info { + unsigned int num_rects; + struct drm_clip_rect *rects; +}; + + /* location of GART table */ #define DRM_ATI_GART_MAIN 1 #define DRM_ATI_GART_FB 2 |