mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Change iface prefix to suffix
This commit is contained in:
parent
f6f9c40965
commit
f193623ca1
5 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue