]> git.pld-linux.org Git - packages/urxvt.git/blob - rxvt-xim.patch
- massive change ( validate errors warrings from desktop-file-validate)
[packages/urxvt.git] / rxvt-xim.patch
1 --- rxvt-2.7.6/src/main.c       Mon Apr  9 18:53:19 2001
2 +++ rxvt-2.7.6.modified/src/main.c      Mon May 14 09:35:54 2001
3 @@ -1113,7 +1113,8 @@
4      XPoint          spot;
5      XVaNestedList   preedit_attr;
6  
7 -    if (r->h->Input_Context == NULL
8 +    if (r->h->Input_Context == NULL || rxvt_IMisRunning(r) == False)
9 +    /* if (r->h->Input_Context == NULL
10         || !r->TermWin.focus
11         || !(r->h->input_style & XIMPreeditPosition)
12         || !(r->h->event_type == KeyPress
13 @@ -1121,7 +1122,7 @@
14              || r->h->event_type == SelectionNotify
15              || r->h->event_type == ButtonRelease
16              || r->h->event_type == FocusIn)
17 -       || !rxvt_IMisRunning(r))
18 +       || !rxvt_IMisRunning(r)) */
19         return;
20  
21      rxvt_setPosition(r, &spot);
This page took 0.064882 seconds and 3 git commands to generate.