]> git.mdlowis.com Git - proto/labwc.git/commit
ssd: Simplify ssd_create()
authorJohn Lindgren <john@jlindgren.net>
Sat, 26 Nov 2022 07:17:04 +0000 (02:17 -0500)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 26 Nov 2022 18:02:24 +0000 (18:02 +0000)
commit4e7891eb8d2847e2f6147480321cd883d9455e99
tree0f97ddd41eb12171aa18735231ef554fc005051a
parentac9228e7f8220bfa47fbeaf49987f542eda8a8ec
ssd: Simplify ssd_create()

- Add `active` argument for consistency with `ssd_set_active()`
- `assert()` that `ssd_create()` is not called twice without an
  `ssd_destroy()` in between
include/ssd.h
src/ssd/ssd.c
src/view.c