]> git.mdlowis.com Git - proto/labwc.git/commit
ssd: Move implementation details from ssd.h to ssd-internal.h
authorJohn Lindgren <john@jlindgren.net>
Sat, 26 Nov 2022 21:53:35 +0000 (16:53 -0500)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 27 Nov 2022 15:09:45 +0000 (15:09 +0000)
commitb67eccc99a36911156380bf18685c8ae5ec9a9e3
tree91c4ff8a0f701e8c90e4e67f46116a33c920ac93
parent1e8b0414fef7f11b61e8ffc580ab46d485651b53
ssd: Move implementation details from ssd.h to ssd-internal.h

- Move private structs and functions to `ssd-internal.h`
- Add `ssd_button_get_type()` and `ssd_button_get_view()`
include/ssd-internal.h [new file with mode: 0644]
include/ssd.h
src/desktop.c
src/ssd/ssd.c
src/ssd/ssd_border.c
src/ssd/ssd_extents.c
src/ssd/ssd_part.c
src/ssd/ssd_titlebar.c