Vx_use_fast_mouse_position = Qnil;
DEFVAR_LISP ("x-detect-server-trust", Vx_detect_server_trust,
- doc: /* Whether or not Emacs should detect whether or not it is trusted by X.
+ doc: /* If non-nil, Emacs should detect whether or not it is trusted by X.
If non-nil, Emacs will make an X request at connection startup that is
prohibited to untrusted clients under the X Security Extension and
check whether or not a resulting Access error is generated by the X
-server. If the X server reports the error, then Emacs will disable
-certain features that do not work for untrusted clients. */);
+server. If the X server reports the error, Emacs will disable certain
+features that do not work for untrusted clients. */);
Vx_detect_server_trust = Qnil;
}
/* Number of frames that are on this display. */
int reference_count;
- /* True if this client cannot communicate with the window manager
- because it is untrusted. */
+ /* True if we cannot communicate with the window manager because it
+ does not trust us. */
bool untrusted;
/* The Screen this connection is connected to. */