aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 27d9cce25918..b66ebb2032c6 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -377,6 +377,7 @@ struct omap_overlay_info {
377 u16 out_height; /* if 0, out_height == height */ 377 u16 out_height; /* if 0, out_height == height */
378 u8 global_alpha; 378 u8 global_alpha;
379 u8 pre_mult_alpha; 379 u8 pre_mult_alpha;
380 u8 zorder;
380}; 381};
381 382
382struct omap_overlay { 383struct omap_overlay {