summaryrefslogtreecommitdiff
path: root/src/til_fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/til_fb.h')
-rw-r--r--src/til_fb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/til_fb.h b/src/til_fb.h
index 48113d7..80ffeb4 100644
--- a/src/til_fb.h
+++ b/src/til_fb.h
@@ -9,7 +9,6 @@
#include "til_setup.h"
#include "til_util.h"
-typedef struct til_stream_t til_stream_t;
typedef struct til_fb_fragment_t til_fb_fragment_t;
typedef struct til_fb_fragment_ops_t til_fb_fragment_ops_t;
@@ -22,7 +21,6 @@ typedef struct til_fb_fragment_ops_t til_fb_fragment_ops_t;
typedef struct til_fb_fragment_t {
const til_fb_fragment_ops_t *ops; /* optional opaque ops for physical fragments, NULL for strictly logical fragments */
- til_stream_t *stream; /* optional stream of continuity this fragment participates in */
til_fb_fragment_t *texture; /* optional source texture when drawing to this fragment */
uint32_t *buf; /* pointer to the first pixel in the fragment */
unsigned x, y; /* absolute coordinates of the upper left corner of this fragment */
© All Rights Reserved