aboutsummaryrefslogtreecommitdiff
path: root/backend/drm/drm-properties.c
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-08-05 17:27:59 +1200
committerScott Anderson <ascent12@hotmail.com>2017-08-06 15:50:23 +1200
commitc46605d605a0dd859ffff5d196dcc29371ac7a3f (patch)
treed0452323b5b72547e7ed9da0f4c805ba9dea7d15 /backend/drm/drm-properties.c
parente16c5504cd5debadf1349c0da296aaab225c0e38 (diff)
Use plane for rendering
Diffstat (limited to 'backend/drm/drm-properties.c')
-rw-r--r--backend/drm/drm-properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/drm/drm-properties.c b/backend/drm/drm-properties.c
index 9310ffdd..391ae38c 100644
--- a/backend/drm/drm-properties.c
+++ b/backend/drm/drm-properties.c
@@ -27,7 +27,7 @@ static const struct prop_info connector_info[] = {
static const struct prop_info crtc_info[] = {
#define INDEX(name) (offsetof(union wlr_drm_crtc_props, name) / sizeof(uint32_t))
- { "rotation", INDEX(rotation) },
+ { "rotation", INDEX(rotation) },
{ "scaling mode", INDEX(scaling_mode) },
#undef INDEX
};