aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.h
diff options
context:
space:
mode:
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[];