Skip to content
  • Søren Sandmann Pedersen's avatar
    Fix clipping when windows are used as sources · e9aa61e9
    Søren Sandmann Pedersen authored
    The new clipping rules:
    
    	- client clips happen after transformation
    	- pixels unavailable due to the hierarchy are undefined
    
    The first one is implemented in pixman; the second one is realized by
    making a copy of window sources (to prevent out-of-bounds access).
    e9aa61e9