all repos — fluxbox @ 7891106ca38096a5c738394cc6252b503de1ea75

custom fork of the fluxbox windowmanager

initialisation problem with xinerama enabled but not active - caused crash
rathnor rathnor
commit

7891106ca38096a5c738394cc6252b503de1ea75

parent

51f7970f7494710df2d015afca2007ceebbe7b2d

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/Screen.ccsrc/Screen.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Screen.cc,v 1.175 2003/05/20 11:03:10 rathnor Exp $ +// $Id: Screen.cc,v 1.176 2003/05/22 01:17:15 rathnor Exp $ #include "Screen.hh"

@@ -2549,6 +2549,7 @@

if (!XineramaIsActive(display)) { m_xinerama_avail = false; m_xinerama_headinfo = 0; + m_xinerama_num_heads = 0; return; } m_xinerama_avail = true;