ime: wip: add text-input object to seat

This commit is contained in:
Daniel Eklöf 2020-10-10 22:14:35 +02:00
parent d58d0601f6
commit 148bb1ff13
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 147 additions and 0 deletions

5
ime.h Normal file
View file

@ -0,0 +1,5 @@
#pragma once
#include "text-input-unstable-v3.h"
extern const struct zwp_text_input_v3_listener text_input_listener;