]> git.mdlowis.com Git - proto/labwc.git/commit
common: add and use CONNECT_SIGNAL macro
authorJohn Lindgren <john@jlindgren.net>
Mon, 16 Oct 2023 06:01:35 +0000 (02:01 -0400)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 21 Oct 2023 11:37:42 +0000 (12:37 +0100)
commit5cb1d0e83f34ff959098012ebc62464860916c25
tree100e1cb9524ece4e56c970d1bde26bbfbc61924c
parenta036d985d72ba78dd3ad4bc4c6763dc3f3b3d33e
common: add and use CONNECT_SIGNAL macro

This makes the code a bit more readable IMHO (and forces us to be
consistent with event handler function names).

Adjust scripts/checkpatch.pl to not complain.
include/common/macros.h
include/xwayland.h
scripts/checkpatch.pl
src/xdg.c
src/xwayland-unmanaged.c
src/xwayland.c