Rename osd.{h,c} to cycle.{h,c}

This commit is contained in:
tokyo4j 2025-11-29 02:09:24 +09:00 committed by Hiroaki Yamamoto
parent 35b3980a5b
commit 65cc2e40ba
12 changed files with 14 additions and 14 deletions

View file

@ -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