Skip to content
  • Martin Flöser's avatar
    [kwin_wayland] Keep the size in Surface · 211f0844
    Martin Flöser authored
    Technically the Surface itself does not have a size, it's the
    ShellSurface or the size of the FullScreenShell's Output. But it
    simplifies a lot if we keep track of the size in the Surface as that
    way we can hide the fact which kind of Shell is used.
    
    The user of the Surface must connect either the FullscreenShell's
    Output or the ShellSurface to set the size on the Surface.
    211f0844