mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-10 04:27:45 -05:00
8 lines
178 B
C
8 lines
178 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "wayland.h"
|
||
|
|
|
||
|
|
void unicode_mode_activate(struct seat *seat);
|
||
|
|
void unicode_mode_deactivate(struct seat *seat);
|
||
|
|
void unicode_mode_updated(struct seat *seat);
|