projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3be3b1a
)
modetest: drop unused offset field in struct bo
author
Simon Ser
<contact@emersion.fr>
Wed, 2 Nov 2022 17:45:42 +0000
(18:45 +0100)
committer
Simon Ser
<contact@emersion.fr>
Wed, 2 Nov 2022 17:45:42 +0000
(18:45 +0100)
Signed-off-by: Simon Ser <contact@emersion.fr>
tests/modetest/buffers.c
patch
|
blob
|
history
diff --git
a/tests/modetest/buffers.c
b/tests/modetest/buffers.c
index 8a8d9e01434743784fae5cc22fd653b49ea8e3d7..333632925f2224b08ce2981e687cef983af52309 100644
(file)
--- a/
tests/modetest/buffers.c
+++ b/
tests/modetest/buffers.c
@@
-45,7
+45,6
@@
struct bo
int fd;
void *ptr;
size_t size;
- size_t offset;
size_t pitch;
unsigned handle;
};