xserver/xfixes
Alan Coopersmith 522f469fe9 Move sizeof to second argument in calloc calls
Clears -Wcalloc-transposed-args warnings from gcc 14.1, such as:

../dix/main.c:165:42: warning: ‘calloc’ sizes specified with ‘sizeof’ in the
 earlier argument and not in the later argument [-Wcalloc-transposed-args]
  165 |             serverClient = calloc(sizeof(ClientRec), 1);
      |                                          ^~~~~~~~~
../dix/main.c:165:42: note: earlier argument should specify number of
 elements, later size of each element

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1606>
2024-07-19 23:45:21 +00:00
..
cursor.c Move sizeof to second argument in calloc calls 2024-07-19 23:45:21 +00:00
disconnect.c dix: unexport fields from opaque.h not used by modules/drivers 2024-06-23 21:19:27 +00:00
meson.build xfixes: Add ClientDisconnectMode 2021-06-07 17:28:05 +02:00
region.c rename remaining RT_* defines to X11_RESTYPE_* 2024-04-15 19:00:47 -07:00
saveset.c dix: unexport some lookup functions 2024-04-15 18:11:57 -07:00
select.c xfixes/xace: fix pointer type mismatch on XFixesSelectSelectionInput() 2024-06-23 21:07:48 +00:00
xfixes.c include: move private definitions out of extinit.h 2024-04-30 00:47:38 +00:00
xfixes.h xfixes: Unexport xfixes.h 2015-07-08 16:40:58 -04:00
xfixesint.h Remove "All rights reserved" from Oracle copyright notices 2023-02-25 09:40:41 -08:00