mirror of
https://github.com/labwc/labwc.git
synced 2026-04-09 08:21:18 -04:00
10 lines
233 B
C
10 lines
233 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);
|
||
|
|
void show_desktop_finish(void);
|
||
|
|
|
||
|
|
#endif /* LABWC_SHOW_DESKTOP_H */
|