]> git.mdlowis.com Git - proto/labwc.git/commit
Use "cycle" instead of "osd" across the codebase
authortokyo4j <hrak1529@gmail.com>
Fri, 28 Nov 2025 17:41:54 +0000 (02:41 +0900)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Sun, 30 Nov 2025 07:20:16 +0000 (16:20 +0900)
commit4fcb873f6f14c54c2e81451a3d2b90e839dc1967
tree03005fb55723ae7ad657bbe223726ce5c097e07f
parent65cc2e40ba3d56de5a79fe463f02874978f2feda
Use "cycle" instead of "osd" across the codebase

We were using the word "osd" to describe the window switcher, but it can
be used with on-screen display (OSD) disabled by
`<windowSwitcher><osd show="false">`. Let's use "cycle" instead to avoid
confusion.
21 files changed:
include/common/node-type.h
include/config/rcxml.h
include/config/types.h
include/cycle.h
include/labwc.h
include/node.h
include/output.h
src/action.c
src/config/rcxml.c
src/cycle/cycle.c
src/cycle/osd-classic.c
src/cycle/osd-field.c
src/cycle/osd-thumbnail.c
src/debug.c
src/desktop.c
src/input/cursor.c
src/input/keyboard.c
src/node.c
src/output.c
src/server.c
src/view.c