summaryrefslogtreecommitdiff
path: root/src/sna/sna_video.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-08-16 18:22:45 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-08-16 18:22:45 +0100
commitc610d37dae7e025027fd09a6889bf94853af8b8c (patch)
tree3b1443a6edb3c62d9fd2a38732c6b5b2d3d8cfcd /src/sna/sna_video.h
parent7a6bd55da90382459db072bffbd4aa36d18f9a17 (diff)
sna/video: Expose an attribute to keep the overlay always on top
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_video.h')
-rw-r--r--src/sna/sna_video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/sna_video.h b/src/sna/sna_video.h
index 593a8cc4..f0ad28f4 100644
--- a/src/sna/sna_video.h
+++ b/src/sna/sna_video.h
@@ -80,6 +80,7 @@ struct sna_video {
int plane;
int SyncToVblank; /* -1: auto, 0: off, 1: on */
+ int AlwaysOnTop;
};
struct sna_video_frame {