emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: w32 fullscreen toggling


From: Eli Zaretskii
Subject: Re: w32 fullscreen toggling
Date: Thu, 15 Oct 2009 23:13:09 +0200

> Date: Thu, 15 Oct 2009 00:04:25 -0700
> From: Erik Charlebois <address@hidden>
> 
> +MonitorFromWindow_Proc monitor_from_window_fn = NULL;
>  GetMonitorInfo_Proc get_monitor_info_fn = NULL;
> +EnumDisplayMonitors_Proc enum_display_monitors_fn = NULL;

Since these are static variables, I think they need to be
re-initialized each time Emacs starts, or else they might have stale
values from before Emacs was dumped.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]