We actually have to include the header for proper comparison with sysfs
This commit is contained in:
parent
18cf2ea40b
commit
2e2f3cf6fa
@ -185,7 +185,7 @@ int main(int argc, char* argv[]){
|
||||
prop_data = xcb_randr_get_output_property_data(output_get_prop_reply);
|
||||
|
||||
/*print out the EDID in hex (starts at an offset)*/
|
||||
for(k = EDID_OFFSET;k < output_get_prop_reply->num_items;++k){
|
||||
for(k = 0;k < output_get_prop_reply->num_items;++k){
|
||||
printf("%02x", prop_data[k]);
|
||||
}
|
||||
printf("\n");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user