summaryrefslogtreecommitdiff
path: root/src/fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fb.h')
-rw-r--r--src/fb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fb.h b/src/fb.h
index dfd4550..300c134 100644
--- a/src/fb.h
+++ b/src/fb.h
@@ -18,6 +18,7 @@ typedef struct fb_fragment_t {
unsigned frame_height; /* height of the frame this fragment is part of */
unsigned stride; /* number of bytes from the end of one row to the start of the next */
unsigned pitch; /* number of bytes separating y from y + 1, including any padding */
+ unsigned number; /* this fragment's number as produced by fragmenting */
} fb_fragment_t;
/* This is a page handle object for page flip submission/life-cycle.
© All Rights Reserved