/[emacs]/emacs/src/xfns.c
ViewVC logotype

Diff of /emacs/src/xfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.579 by fx, Wed May 21 22:12:15 2003 UTC revision 1.580 by ttn, Sat May 24 08:54:37 2003 UTC
# Line 2721  x_window (f) Line 2721  x_window (f)
2721                       attribute_mask, &attributes);                       attribute_mask, &attributes);
2722    
2723  #ifdef HAVE_X_I18N  #ifdef HAVE_X_I18N
2724    if use_xim    if (use_xim)
2725      {      {
2726        create_frame_xic (f);        create_frame_xic (f);
2727        if (FRAME_XIC (f))        if (FRAME_XIC (f))
# Line 10532  usual X keysyms.  */) Line 10532  usual X keysyms.  */)
10532                              Initialization                              Initialization
10533   ***********************************************************************/   ***********************************************************************/
10534    
10535  /* Keep this list in the same order as frame_parms in frame.c.  /* Keep this list in the same order as frame_parms in frame.c.
10536     Use 0 for unsupported frame parameters.  */     Use 0 for unsupported frame parameters.  */
10537    
10538  frame_parm_handler x_frame_parm_handlers[] =  frame_parm_handler x_frame_parm_handlers[] =

Legend:
Removed from v.1.579  
changed lines
  Added in v.1.580

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26