diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-07-02 09:16:07 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-07-02 12:55:34 +0100 |
commit | 710bb0d37c681f2ffdeaf263b6ee7d9488670bc0 (patch) | |
tree | ce3db25b0bd780fcda07313b8c329ade60139aff /test/test.h | |
parent | 87e659b887f4c738cfc91439efdac0d48fd294f0 (diff) |
test: Create separate SHM segments for ref/out
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test/test.h')
-rw-r--r-- | test/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index bf0e5e68..a3ef979d 100644 --- a/test/test.h +++ b/test/test.h @@ -34,6 +34,7 @@ struct test { int has_shm_pixmaps; int width, height, depth; XRenderPictFormat *format; + enum { REF, OUT } target; } out, ref; }; |