comparison src/w32fns.c @ 33216:2eb7d429a997

(Fx_server_version): Include w32_build_number in the return list.
author Andrew Innes <andrewi@gnu.org>
date Sun, 05 Nov 2000 21:41:31 +0000
parents d0421102ed8c
children 01a10bc04233
comparison
equal deleted inserted replaced
33215:38e1998861ff 33216:2eb7d429a997
6948 If omitted or nil, that stands for the selected frame's display.") 6948 If omitted or nil, that stands for the selected frame's display.")
6949 (display) 6949 (display)
6950 Lisp_Object display; 6950 Lisp_Object display;
6951 { 6951 {
6952 return Fcons (make_number (w32_major_version), 6952 return Fcons (make_number (w32_major_version),
6953 Fcons (make_number (w32_minor_version), Qnil)); 6953 Fcons (make_number (w32_minor_version),
6954 Fcons (make_number (w32_build_number), Qnil)));
6954 } 6955 }
6955 6956
6956 DEFUN ("x-display-screens", Fx_display_screens, Sx_display_screens, 0, 1, 0, 6957 DEFUN ("x-display-screens", Fx_display_screens, Sx_display_screens, 0, 1, 0,
6957 "Returns the number of screens on the server of display DISPLAY.\n\ 6958 "Returns the number of screens on the server of display DISPLAY.\n\
6958 The optional argument DISPLAY specifies which display to ask about.\n\ 6959 The optional argument DISPLAY specifies which display to ask about.\n\