compositor: Remove special casing of fullscreen surfaces
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 26 Jan 2012 03:09:10 +0000 (22:09 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 26 Jan 2012 03:09:10 +0000 (22:09 -0500)
commitee324c20ed00ef5c2aaf6c75e3522c04995f5c92
tree08eda5143e0b15b61dbadd5c36efb41c328ef0d4
parenta0d6dc4f26c95ae08ffff7d5f1ee7c1f53bdf545
compositor: Remove special casing of fullscreen surfaces

This was supposed to draw black borders around a fullscreen surface that
was smaller than the output.  We don't want to special case that in the
repaint loop, but may use a different shader or such.  And we want the
surface to have an opaque region that covers the output so that that
will eliminate overdraw of lower surfaces.
src/compositor.c