aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2022-01-08 22:52:49 +0300
committerKirill Primak <vyivel@eclair.cafe>2022-02-02 21:04:59 +0300
commit05dd990e432436523ff8f2572c41e0d0e648d3a6 (patch)
tree6d2ba93cd3e4b54feceb1b92dd21439d388e2d99 /include
parentcddc1c1bd9f796709c50f4bbb300788edd42fd4f (diff)
xdg-shell: rename surface role handlers
Diffstat (limited to 'include')
-rw-r--r--include/types/wlr_xdg_shell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/types/wlr_xdg_shell.h b/include/types/wlr_xdg_shell.h
index 8b2c66cc..d8905bcf 100644
--- a/include/types/wlr_xdg_shell.h
+++ b/include/types/wlr_xdg_shell.h
@@ -19,8 +19,8 @@ struct wlr_xdg_surface *create_xdg_surface(
void unmap_xdg_surface(struct wlr_xdg_surface *surface);
void reset_xdg_surface(struct wlr_xdg_surface *xdg_surface);
void destroy_xdg_surface(struct wlr_xdg_surface *surface);
-void handle_xdg_surface_commit(struct wlr_surface *wlr_surface);
-void handle_xdg_surface_precommit(struct wlr_surface *wlr_surface,
+void xdg_surface_role_commit(struct wlr_surface *wlr_surface);
+void xdg_surface_role_precommit(struct wlr_surface *wlr_surface,
const struct wlr_surface_state *state);
void create_xdg_positioner(struct wlr_xdg_client *client, uint32_t id);