diff options
author | David Airlie <airlied@asimov.stargames.com.au> | 2007-04-11 17:13:45 +1000 |
---|---|---|
committer | David Airlie <airlied@asimov.stargames.com.au> | 2007-04-11 17:13:45 +1000 |
commit | a6cc6a778f8b2f86300a8ce87441d044fd67f930 (patch) | |
tree | 22bec4c9765ac635e363a072e2587c7fd8b3ce80 /shared-core/drm.h | |
parent | c582eaac194411f52a2c0527ffa093b5a422d7b9 (diff) |
add support for setting a framebuffer depth
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r-- | shared-core/drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h index a5330b28..621b201c 100644 --- a/shared-core/drm.h +++ b/shared-core/drm.h @@ -970,6 +970,7 @@ struct drm_mode_fb_cmd { unsigned int pitch; unsigned int bpp; unsigned int handle; + unsigned int depth; }; /** |