~ubuntu-branches/ubuntu/karmic/ibus/karmic-updates

« back to all changes in this revision

Viewing changes to client/x11/main.c

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-07-23 20:22:09 UTC
  • mfrom: (1.1.4 upstream) (6.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090723202209-bmgqa80g1umg8l2p
Tags: 1.2.0.20090723-1
new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
463
463
    }
464
464
 
465
465
    if (ibus_input_context_process_key_event (x11ic->context,
466
 
                event.keyval, event.state)) {
 
466
                                              event.keyval,
 
467
                                              event.hardware_keycode - 8,
 
468
                                              event.state)) {
467
469
        if (! x11ic->has_preedit_area) {
468
470
            _xim_set_cursor_location (x11ic);
469
471
        }