]> git.mdlowis.com Git - proto/labwc.git/commit
common: Add additional memory utilities (xzalloc() etc.)
authorJohn Lindgren <john@jlindgren.net>
Fri, 16 Sep 2022 22:41:02 +0000 (18:41 -0400)
committerJohn Lindgren <john@jlindgren.net>
Sat, 17 Sep 2022 14:57:30 +0000 (10:57 -0400)
commitcb40cdc36c6218a6f05c3c232133c4d2541cea6d
treead0c79402c4533aa001f1cd5b449950668276af4
parentb89f7bfc0df5a95a05b04de7b429e57fbb1e9c3e
common: Add additional memory utilities (xzalloc() etc.)
35 files changed:
include/common/mem.h [new file with mode: 0644]
include/common/zfree.h [deleted file]
src/action.c
src/buffer.c
src/common/buf.c
src/common/graphic-helpers.c
src/common/mem.c [new file with mode: 0644]
src/common/meson.build
src/common/scaled_font_buffer.c
src/common/scaled_scene_buffer.c
src/common/zfree.c [deleted file]
src/config/keybind.c
src/config/libinput.c
src/config/mousebind.c
src/config/rcxml.c
src/config/session.c
src/cursor.c
src/layers.c
src/main.c
src/menu/menu.c
src/node.c
src/output.c
src/seat.c
src/ssd/ssd_extents.c
src/ssd/ssd_part.c
src/ssd/ssd_titlebar.c
src/theme.c
src/workspaces.c
src/xbm/parse.c
src/xbm/tokenize.c
src/xdg-deco.c
src/xdg-popup.c
src/xdg.c
src/xwayland-unmanaged.c
src/xwayland.c