mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
Add action ToggleShowDesktop
This commit is contained in:
parent
c9b4da2ce2
commit
58b3562d6d
8 changed files with 123 additions and 1 deletions
9
include/show-desktop.h
Normal file
9
include/show-desktop.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/* 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);
|
||||
void show_desktop_finish(void);
|
||||
|
||||
#endif /* LABWC_SHOW_DESKTOP_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue