c64a3c8 Fix bug with initial placement of fullscreen windows

1 file Authored by jjongsma 9 years ago, Committed by fidencio 9 years ago,
    Fix bug with initial placement of fullscreen windows
    
    The function app_window_try_fullscreen() will lookup the initial monitor
    for the nth monitor internally, so we should pass in the display ID to the function
    rather than the mapped monitor ID. This was causing 2 monitors on the
    same monitor with a configuration like this:
    
        monitor-mapping=1:2;2:1
    
        
file modified
+1 -2