Skip to content
  • Kristian Rietveld's avatar
    Assign the size of the screen to the root window · d797dcc4
    Kristian Rietveld authored
    On startup, the root window got assigned the size of the main screen.
    But, the GdkScreen has the width of all screens/monitors connected to the
    machine.  Change this so that in _gdk_windowing_window_init, we assign
    the width/height of all monitors to the root window width, height.
    Should fix bug 594738.
    d797dcc4