|
From: | Erik Charlebois |
Subject: | Re: w32 fullscreen toggling |
Date: | Thu, 15 Oct 2009 14:38:29 -0700 |
> 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.
[Prev in Thread] | Current Thread | [Next in Thread] |