unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* window-system-version on Windows
@ 2008-12-04 11:21 Juanma Barranquero
  2008-12-04 19:51 ` Eli Zaretskii
  0 siblings, 1 reply; 12+ messages in thread
From: Juanma Barranquero @ 2008-12-04 11:21 UTC (permalink / raw)
  To: Emacs Devel

Why is Fwindow_system_version initialized to 1 on dispnew.c

  #ifdef HAVE_NTGUI
    if (!inhibit_window_system)
      {
        Vinitial_window_system = intern ("w32");
        Vwindow_system_version = make_number (1);
        adjust_frame_glyphs_initially ();
        return;
      }
  #endif /* HAVE_NTGUI */

and then unconditionally set to 3

  XSETFASTINT (Vwindow_system_version, 3);

at two places of w32fns.c (x_display_info_for_name and Fx_open_connection)?

Also, what is its meaning on Windows? What does the 3 stands for?

    Juanma




^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-12-06  9:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-04 11:21 window-system-version on Windows Juanma Barranquero
2008-12-04 19:51 ` Eli Zaretskii
2008-12-04 19:58   ` Juanma Barranquero
2008-12-04 20:15     ` Eli Zaretskii
2008-12-05  3:56       ` Stephen J. Turnbull
2008-12-05  4:25         ` jasonr
2008-12-05  9:55           ` Juanma Barranquero
2008-12-05  9:54         ` Juanma Barranquero
2008-12-05 11:23           ` Stephen J. Turnbull
2008-12-05 20:17             ` Juanma Barranquero
2008-12-06  4:52               ` Stephen J. Turnbull
2008-12-06  9:38                 ` Juanma Barranquero

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).