Hi All, 

Just want to let you know that I got the first steps of ecore XIM integration 
done and basic functionality is working. 

Attached is a diff for ecore_x and a small sample application. Currently there 
is only one extra method needed to be called to add an input_context to your 
window.  The method takes one argument which should be the type for preedit 
style (OverTheSpot, OnTheSpot, Root, Callbacks, etc.) but only Root works for 
now.  

void             ecore_x_window_input_method_init(const char *input_style);

Please, if someone can just check my approach and api and give comments I will 
be happy.  I have a few ideas for how to handle setting up position callbacks, 
rendering callbacks and other things, but ill try to catch up in IRC later.

-Stafford
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to