ibus/client/wayland
fujiwarat e9e1642870 Fix code reviews 2021-06-16 18:00:31 +09:00
..
Makefile.am build: Fix build errors with '-include' directive 2019-08-23 19:47:18 +09:00
README
input-method-unstable-v1-client-protocol.h client/wayland: Update Wayland input-method protocol to unstable v1 2019-08-20 19:23:49 +09:00
input-method-unstable-v1-protocol.c client/wayland: Update Wayland input-method protocol to unstable v1 2019-08-20 19:23:49 +09:00
main.c Fix code reviews 2021-06-16 18:00:31 +09:00

README

The following two files are generated with wayland-scanner:

input-method-protocol.c
input-method-client-protocol.h

We include them in the distribution instead of generating them, since
the Wayland protocol structure will unlikely change.  Do not modify
those files manually.

To generate them, use the wayland-scanner command as follows.  You can
find input-method.xml in the Weston source code (maybe it will be
moved to the Wayland source code later).

$ wayland-scanner code < input-method.xml \
  > input-method-protocol.c
$ wayland-scanner client-header < input-method.xml \
  > input-method-client-protocol.h