mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Make sure we don't use others' prefixes
This commit is contained in:
parent
f9f75a1362
commit
71ca45e2c0
33 changed files with 207 additions and 203 deletions
|
|
@ -74,11 +74,11 @@ struct wlr_wl_pointer {
|
|||
struct wl_listener output_destroy_listener;
|
||||
};
|
||||
|
||||
void wl_registry_poll(struct wlr_wl_backend *backend);
|
||||
void wl_output_update_cursor(struct wlr_wl_backend_output *output);
|
||||
struct wlr_wl_backend_output *wl_output_for_surface(
|
||||
void poll_wl_registry(struct wlr_wl_backend *backend);
|
||||
void update_wl_output_cursor(struct wlr_wl_backend_output *output);
|
||||
struct wlr_wl_backend_output *get_wl_output_for_surface(
|
||||
struct wlr_wl_backend *backend, struct wl_surface *surface);
|
||||
void wl_output_layout_get_box(struct wlr_wl_backend *backend,
|
||||
void get_wl_output_layout_box(struct wlr_wl_backend *backend,
|
||||
struct wlr_box *box);
|
||||
|
||||
extern const struct wl_seat_listener seat_listener;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue