labwc/include/show-desktop.h
Johan Malm da37e97a45
Some checks are pending
labwc.github.io / notify (push) Waiting to run
Add action ToggleShowDesktop
2026-04-13 21:59:09 +01:00

8 lines
201 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef LABWC_SHOW_DESKTOP_H
#define LABWC_SHOW_DESKTOP_H
void show_desktop_toggle(void);
void show_desktop_reset(void);
#endif /* LABWC_SHOW_DESKTOP_H */