xserver/exa
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
..
exa.c Move sizeof to second argument in calloc calls 2024-07-19 23:45:21 +00:00
exa.h exa: rename some badly named variables 2020-07-10 06:17:40 +10:00
exa_accel.c rootless: Use screen_x and screen_y instead of pixmap pointer hacks 2023-01-20 17:10:54 +00:00
exa_classic.c replace _X_INLINE by inline in internal static functions 2024-02-05 19:26:14 +00:00
exa_driver.c replace _X_INLINE by inline in internal static functions 2024-02-05 19:26:14 +00:00
exa_glyphs.c render: move private definitions out of public glyphstr.h 2024-03-03 22:54:16 +00:00
exa_migration_classic.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
exa_migration_mixed.c Convert exa & fb to new *allocarray functions 2015-04-21 16:58:07 -07:00
exa_mixed.c replace _X_INLINE by inline in internal static functions 2024-02-05 19:26:14 +00:00
exa_offscreen.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
exa_priv.h include: drop obsolete check for typeof operator 2024-04-22 22:15:45 +00:00
exa_render.c exa: Use PictureMatchFormat for source-only picture format description 2018-06-01 11:57:15 +02:00
exa_unaccel.c mi: Add a default no-op miSourceValidate 2019-10-30 16:26:01 +00:00
meson.build Add a Meson build system alongside autotools. 2017-04-26 15:25:27 -07:00