diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-03 13:31:59 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-03 13:31:59 +0100 |
commit | c2f9a4886c3597a6e15a67323313555bc9752a58 (patch) | |
tree | 7709784a08f1e48a664e7a43d054a68e2b7ad471 /gfx.h | |
parent | 930713cf44bcae9a91f92a1582f329643d38abfd (diff) | |
download | fbida-c2f9a4886c3597a6e15a67323313555bc9752a58.tar.gz |
format fixups
Diffstat (limited to 'gfx.h')
-rw-r--r-- | gfx.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,8 @@ struct gfxfmt { uint32_t fourcc; /* little endian (drm) */ cairo_format_t cairo; /* native endian */ pixman_format_code_t pixman; /* native endian */ - uint32_t bits_pp; - uint32_t bytes_pp; + uint32_t depth; + uint32_t bpp; }; extern gfxfmt fmt_list[]; |