diff options
author | Vladimir Chtchetkine <vchtchetkine@google.com> | 2010-12-21 08:14:47 -0800 |
---|---|---|
committer | Android Code Review <code-review@android.com> | 2010-12-21 08:14:47 -0800 |
commit | 79709b32a7ab759b0beb139a1e12bcc652dee4c4 (patch) | |
tree | 359a05389c68554a685cdf9785e40c7715102985 /android/framebuffer-common.h | |
parent | a5cc141b87ce54029fd55213b42a5cd25bf0a274 (diff) | |
parent | 8acf4e2237c2969647f47008344e44918bb30acb (diff) | |
download | external_qemu-79709b32a7ab759b0beb139a1e12bcc652dee4c4.zip external_qemu-79709b32a7ab759b0beb139a1e12bcc652dee4c4.tar.gz external_qemu-79709b32a7ab759b0beb139a1e12bcc652dee4c4.tar.bz2 |
Merge "Pass bits per pixel tu UI when it gets attached to core framebuffer"
Diffstat (limited to 'android/framebuffer-common.h')
-rw-r--r-- | android/framebuffer-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/android/framebuffer-common.h b/android/framebuffer-common.h index 7ca654c..95f65b6 100644 --- a/android/framebuffer-common.h +++ b/android/framebuffer-common.h @@ -27,9 +27,6 @@ typedef struct FBUpdateMessage { uint16_t w; uint16_t h; - /* Number of bits used to encode a single pixel. */ - uint8_t bits_per_pixel; - /* Contains updating rectangle copied over from the framebuffer's pixels. */ uint8_t rect[0]; } FBUpdateMessage; |