aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-02-03 13:31:59 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-02-03 13:31:59 +0100
commitc2f9a4886c3597a6e15a67323313555bc9752a58 (patch)
tree7709784a08f1e48a664e7a43d054a68e2b7ad471 /gfx.h
parent930713cf44bcae9a91f92a1582f329643d38abfd (diff)
downloadfbida-c2f9a4886c3597a6e15a67323313555bc9752a58.tar.gz
format fixups
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx.h b/gfx.h
index 840d0df..3b1885c 100644
--- a/gfx.h
+++ b/gfx.h
@@ -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[];