comparison src/xfns.c @ 9327:b3398cf56fba

(Fx_open_connection): Don't use XFASTINT as an lvalue.
author Karl Heuer <kwzh@gnu.org>
date Tue, 04 Oct 1994 16:46:24 +0000
parents 75f1c0d90b3d
children 4e1048594e7f
comparison
equal deleted inserted replaced
9326:bcf42f7e049a 9327:b3398cf56fba
3980 /* This is what opens the connection and sets x_current_display. 3980 /* This is what opens the connection and sets x_current_display.
3981 This also initializes many symbols, such as those used for input. */ 3981 This also initializes many symbols, such as those used for input. */
3982 x_term_init (XSTRING (display)->data, xrm_option, 3982 x_term_init (XSTRING (display)->data, xrm_option,
3983 XSTRING (Vx_resource_name)->data); 3983 XSTRING (Vx_resource_name)->data);
3984 3984
3985 XFASTINT (Vwindow_system_version) = 11; 3985 XSETFASTINT (Vwindow_system_version, 11);
3986 3986
3987 BLOCK_INPUT; 3987 BLOCK_INPUT;
3988 xrdb = x_load_resources (x_current_display, xrm_option, 3988 xrdb = x_load_resources (x_current_display, xrm_option,
3989 (char *) XSTRING (Vx_resource_name)->data, 3989 (char *) XSTRING (Vx_resource_name)->data,
3990 EMACS_CLASS); 3990 EMACS_CLASS);