overlay: Add support for multi-monitor positioning

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2013-08-27 14:25:38 +01:00
parent 87b66f4cf0
commit ddcd1b2ee5
8 changed files with 72 additions and 87 deletions
-6
View File
@@ -124,11 +124,6 @@ static void kms_overlay_show(struct overlay *overlay)
}
}
static void kms_overlay_position(struct overlay *overlay,
enum position p)
{
}
static void kms_overlay_hide(struct overlay *overlay)
{
struct kms_overlay *priv = to_kms_overlay(overlay);
@@ -309,7 +304,6 @@ kms_overlay_create(struct config *config, int *width, int *height)
goto err_mem;
priv->base.show = kms_overlay_show;
priv->base.position = kms_overlay_position;
priv->base.hide = kms_overlay_hide;
priv->visible = false;