diff --git a/fvwm/virtual.c b/fvwm/virtual.c index 16cc49886..980a5fb10 100644 --- a/fvwm/virtual.c +++ b/fvwm/virtual.c @@ -733,6 +733,8 @@ int HandlePaging( int mwidth, mheight; int edge_thickness = m->virtual_scr.edge_thickness; + fvwm_debug(__func__, "ET (%s) is: %d", m->si->name, edge_thickness); + mwidth = monitor_get_all_widths(); mheight = monitor_get_all_heights(); @@ -1304,8 +1306,8 @@ void initPanFrames(struct monitor *ref) if (ref == NULL) return; - if (ref->pan_frames_mapped) - return; + //if (ref->pan_frames_mapped) + // return; edge_thickness = ref->virtual_scr.edge_thickness; @@ -1367,7 +1369,7 @@ void initPanFrames(struct monitor *ref) checkPanFrames(m); } ref->virtual_scr.edge_thickness = saved_thickness; - ref->pan_frames_mapped = true; + //ref->pan_frames_mapped = true; fvwm_debug(__func__, "finished setting up per-monitor panframes"); }