comparison src/event-stream.c @ 388:aabb7f5b1c81 r21-2-9

Import from CVS: tag r21-2-9
author cvs
date Mon, 13 Aug 2007 11:09:42 +0200
parents 8626e4521993
children 1f50e6fe4f3f
comparison
equal deleted inserted replaced
387:f892a9d0bb8d 388:aabb7f5b1c81
5045 5045
5046 DEFVAR_BOOL ("focus-follows-mouse", &focus_follows_mouse /* 5046 DEFVAR_BOOL ("focus-follows-mouse", &focus_follows_mouse /*
5047 *Variable to control XEmacs behavior with respect to focus changing. 5047 *Variable to control XEmacs behavior with respect to focus changing.
5048 If this variable is set to t, then XEmacs will not gratuitously change 5048 If this variable is set to t, then XEmacs will not gratuitously change
5049 the keyboard focus. XEmacs cannot in general detect when this mode is 5049 the keyboard focus. XEmacs cannot in general detect when this mode is
5050 use by the window manager, so it is up to the user to set it. 5050 used by the window manager, so it is up to the user to set it.
5051 */ ); 5051 */ );
5052 focus_follows_mouse = 0; 5052 focus_follows_mouse = 0;
5053 5053
5054 #ifdef ILL_CONCEIVED_HOOK 5054 #ifdef ILL_CONCEIVED_HOOK
5055 /* Ill-conceived because it's not run in all sorts of cases 5055 /* Ill-conceived because it's not run in all sorts of cases