Change iface prefix to suffix

This commit is contained in:
Scott Anderson 2017-10-02 21:44:33 +13:00
parent f6f9c40965
commit f193623ca1
5 changed files with 9 additions and 9 deletions

View file

@ -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