xserver/dix
Alex Richardson d83c84bd9d Mark the dixChangeWindowProperty() value argument as const
It is copied using memcpy() and not modified so we can add const. This
fixes a -Wincompatible-pointer-types-discards-qualifiers compiler warning
that was failing a -Werror XVnc build for me.

Signed-off-by: Alex Richardson <Alexander.Richardson@cl.cam.ac.uk>
2021-07-30 08:36:35 +00:00
..
.gitignore
BuiltInAtoms
Makefile.am
atom.c
buildatoms
colormap.c
cursor.c
devices.c
dispatch.c
dispatch.h
dixfonts.c
dixutils.c
enterleave.c
enterleave.h
eventconvert.c
events.c
extension.c
gc.c
gestures.c
getevents.c
globals.c
glyphcurs.c
grabs.c
initatoms.c
inpututils.c
main.c
meson.build
pixmap.c
privates.c
property.c Mark the dixChangeWindowProperty() value argument as const 2021-07-30 08:36:35 +00:00
protocol.txt
ptrveloc.c
region.c
registry.c
resource.c
selection.c
stubmain.c
swaprep.c
swapreq.c
tables.c
touch.c
window.c