]> git.ipfire.org Git - thirdparty/systemd.git/commit
locale: make vconsole_convert_to_x11() not update Context
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 25 Jan 2023 04:35:42 +0000 (13:35 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 28 Jan 2023 05:47:36 +0000 (14:47 +0900)
commit90005a4f0a2c0a229e2356fb75cc75ea538503d3
tree7f5aaa8f199e7e82256848039ec70c410d12972e
parentba4a886f2d0d4c5409fb0bd7ec7faaa080a2ac0b
locale: make vconsole_convert_to_x11() not update Context

This also makes x11_convert_to_vconsole() changed in the same way.
Then, their callers update Context if necessary.

No functional change, just preparation for later commits.
src/locale/localed-util.c
src/locale/localed-util.h
src/locale/localed.c
src/locale/test-localed-util.c