Skip to content
Commit 09be5412 authored by Tobias Jakobi's avatar Tobias Jakobi Committed by Bas Nieuwenhuizen
Browse files

Add const qualifier to arguments of drmModeAddFB2()



Both drmModeAddFB2() and drmModeAddFB2WithModifiers() have some
arguments that are just pointers to uint32_t in disguise. These
are not modified (just copied) in the function, so we can add a
const qualifier here.

Signed-off-by: default avatarTobias Jakobi <tjakobi@math.uni-bielefeld.de>
Reviewed-by: default avatarEric Engestrom <eric.engestrom@imgtec.com>
parent 35bc82ce
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment