summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2016-12-01 18:37:57 +0900
committerMichel Dänzer <michel@daenzer.net>2017-02-22 18:27:37 +0900
commit58cd1600057e41aade0106d4acf78e23eac6e44f (patch)
tree54c662551421d8eae7db1b1702b1ad258a238a6b /src/radeon.h
parent305e2cbf335837a2ab6a24e9ff65815afe038296 (diff)
Allow toggling TearFree at runtime via output property
Option "TearFree" now sets the default value of the output property. See the manpage update for details. TearFree is now enabled by default for outputs using rotation or other RandR transforms, and for RandR 1.4 slave outputs. Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 039a620b..bfff232c 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -507,7 +507,7 @@ typedef struct {
Bool accelOn;
Bool use_glamor;
Bool shadow_primary;
- Bool tear_free;
+ int tear_free;
Bool exa_pixmaps;
Bool exa_force_create;
XF86ModReqInfo exaReq;