view client/README @ 9:1f9e9cb00c6c

imported patch 11_kinput2-v3.1-status-update-204892.patch
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 08 Mar 2010 20:07:06 +0900
parents 92745d501b9a
children
line wrap: on
line source

This directory contains a simple client-side library for the kinput2
protocol.

* Files
	README		-- this file
	convlib.c	-- a simple client-side library

You can find detailed description of kinput2 protocol in
../doc/protocol (written in Japanese).

Although kinput2 protocol is simple and easy to implement, it is a
non-standard protocol, and there are few input servers which
understand it.  So if you want to make your application general and
portable, maybe using this protocol is not a right way.

Convlib.c is a client-side library for handling kinput2 protocol.  It
is designed to be used with Xt library, so it is difficult for
applications which doesn't use Xt to make use of it.  In such cases,
you should use XIM interface provided by Xlib, and still you can use
kinput2 as the input server via X Input Method Protocol or Ximp
protocol.