diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-10-02 21:44:33 +1300 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-10-02 21:44:33 +1300 |
commit | f193623ca11c245e9209a8df40115dbe420bbc22 (patch) | |
tree | a119c50a43a39466470ff307b1f62ed81bad91bc /include/backend/drm/iface.h | |
parent | f6f9c4096544fa64b7814ac55718f1c128c15004 (diff) |
Change iface prefix to suffix
Diffstat (limited to 'include/backend/drm/iface.h')
-rw-r--r-- | include/backend/drm/iface.h | 4 |
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 |