Skip to content
  • Ray Strode's avatar
    compositor: when tiling background, center on screen · 0e3d1641
    Ray Strode authored
    The WALLPAPER style of background painting currently
    draws starting in the upper left corner of each monitor.
    
    This isn't really correct, it means the seam between
    monitors doesn't match up and edges look unbalanced if
    the tile isn't a multipe of monitor size.
    
    Really, the tiles should be centered in the middle of
    the screen.  (Just like when tiling a bathroom floor,
    tiles should start in the center of the room.)
    
    This commit reworks the math to make that happen.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694393
    0e3d1641