aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/backend/drm/iface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/backend/drm/iface.h b/include/backend/drm/iface.h
index db1d7ee1..bc61eb51 100644
--- a/include/backend/drm/iface.h
+++ b/include/backend/drm/iface.h
@@ -29,7 +29,7 @@ struct wlr_drm_interface {
struct wlr_drm_crtc *crtc, int x, int y);
};
-extern const struct wlr_drm_interface iface_atomic;
-extern const struct wlr_drm_interface iface_legacy;
+extern const struct wlr_drm_interface atomic_iface;
+extern const struct wlr_drm_interface legacy_iface;
#endif