wlroots-hyprland/backend
Sergei Trofimovich f3e1f7b2a7 backend: fix build against upcoming `gcc-14` (`-Werror=calloc-transposed-args`)
`gcc-14` added a new `-Wcalloc-transposed-args` warning recently. It
detected minor infelicity in `calloc()` API usage in `wlroots`:

    ../backend/libinput/tablet_pad.c: In function 'add_pad_group_from_libinput':
    ../backend/libinput/tablet_pad.c:36:38: error: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Werror=calloc-transposed-args]
       36 |         group->rings = calloc(sizeof(unsigned int), group->ring_count);
          |                                      ^~~~~~~~
    ../backend/libinput/tablet_pad.c:36:38: note: earlier argument should specify number of elements, later size of each element
2023-12-21 21:06:20 +00:00
..
drm backend/drm: return secondary backend DRM FD 2023-12-12 14:42:52 +00:00
headless output: take wl_event_loop in wlr_output_init() 2023-11-23 11:39:25 +00:00
libinput backend: fix build against upcoming `gcc-14` (`-Werror=calloc-transposed-args`) 2023-12-21 21:06:20 +00:00
multi backend: drop wlr_backend_get_presentation_clock() 2023-10-30 18:39:39 +01:00
session backend/session: take wl_event_loop instead of wl_display 2023-11-23 11:15:07 +00:00
wayland Cleanup wlr_matrix.h includes 2023-11-25 08:37:43 +01:00
x11 backend/x11: Use wlr_texture_read_pixels 2023-11-30 20:01:12 -05:00
backend.c backend/session: take wl_event_loop instead of wl_display 2023-11-23 11:15:07 +00:00
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00