mirror of
https://github.com/labwc/labwc.git
synced 2026-02-07 04:07:42 -05:00
Rename osd.{h,c} to cycle.{h,c}
This commit is contained in:
parent
35b3980a5b
commit
65cc2e40ba
12 changed files with 14 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
#ifndef LABWC_OSD_H
|
||||
#define LABWC_OSD_H
|
||||
#ifndef LABWC_CYCLE_H
|
||||
#define LABWC_CYCLE_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <wayland-server-core.h>
|
||||
|
|
@ -98,4 +98,4 @@ struct osd_impl {
|
|||
extern struct osd_impl osd_classic_impl;
|
||||
extern struct osd_impl osd_thumbnail_impl;
|
||||
|
||||
#endif // LABWC_OSD_H
|
||||
#endif // LABWC_CYCLE_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue