summaryrefslogtreecommitdiff
path: root/src/Popup.c
diff options
context:
space:
mode:
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>2021-06-16 14:32:44 +0100
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-06-27 18:35:02 +0000
commit38e89c8582efc8cd1e49205b5d02a10511738120 (patch)
tree3dee9b8f028b5eee3b85e9c7a9beadf71117b6d9 /src/Popup.c
parentcfa8e152141367edb7b53e90da4ad80e995f3607 (diff)
downloadxorg-lib-libXt-38e89c8582efc8cd1e49205b5d02a10511738120.tar.gz
Use XtUIntPtr for integer types that can hold pointers
Various Xt*Id types are integer types that are used to hold pointers. Use uintptr_t for standards-compliant conversion and to support architectures where long cannot hold pointers (e.g. CHERI). I found these by compiling libXt with the CHERI Clang compiler, as it warns about conversions from integer to pointer that do not use intptr_t. Signed-off-by: Alex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Diffstat (limited to 'src/Popup.c')
0 files changed, 0 insertions, 0 deletions