diff options
Diffstat (limited to 'src/drmmode_display.h')
-rw-r--r-- | src/drmmode_display.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drmmode_display.h b/src/drmmode_display.h index 6bbf71c1..bd3f5f98 100644 --- a/src/drmmode_display.h +++ b/src/drmmode_display.h @@ -89,6 +89,7 @@ typedef struct { RegionRec scanout_last_region; unsigned scanout_id; Bool scanout_update_pending; + Bool tear_free; int dpms_mode; /* For when a flip is pending when DPMS off requested */ int pending_dpms_mode; @@ -124,6 +125,7 @@ typedef struct { drmmode_prop_ptr props; int enc_mask; int enc_clone_mask; + int tear_free; } drmmode_output_private_rec, *drmmode_output_private_ptr; |