/[xforms]/xforms/lib/win.c
ViewVC logotype

Diff of /xforms/lib/win.c

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

revision 1.5 by leeming, Thu Apr 24 09:35:35 2003 UTC revision 1.6 by leeming, Tue Sep 9 00:28:25 2003 UTC
# Line 24  Line 24 
24   * \file win.c   * \file win.c
25   *.   *.
26   *  This file is part of the XForms library package.   *  This file is part of the XForms library package.
27   *  Copyright (c) 1996-2002  T.C. Zhao   *  Copyright (c) 1996-2002  T.C. Zhao
28   *  All rights reserved.   *  All rights reserved.
29   *.   *.
30   *   *
# Line 78  fl_default_xswa(void) Line 78  fl_default_xswa(void)
78      /* VisibilityChangeMask| PropertyChangeMask | */      /* VisibilityChangeMask| PropertyChangeMask | */
79                            StructureNotifyMask);                            StructureNotifyMask);
80    
81    
82      /* for input method */      /* for input method */
83      if(fl_context->xic)      if(fl_context->xic)
84         st_xswa.event_mask |= FocusChangeMask;         st_xswa.event_mask |= FocusChangeMask;
# Line 952  fl_winfocus(Window win) Line 952  fl_winfocus(Window win)
952      XSetInputFocus(flx->display, win, RevertToParent, CurrentTime);      XSetInputFocus(flx->display, win, RevertToParent, CurrentTime);
953  #if 0  #if 0
954      if (fl_context->xic)      if (fl_context->xic)
955         XSetICValues(fl_context->xic,         XSetICValues(fl_context->xic,
956                      XNClientWindow, win, XNFocusWindow, win, 0);                      XNClientWindow, win, XNFocusWindow, win, 0);
957  #endif  #endif
958  }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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