diff options
| author | Kirill Primak <vyivel@eclair.cafe> | 2022-01-08 22:52:51 +0300 |
|---|---|---|
| committer | Kirill Primak <vyivel@eclair.cafe> | 2022-02-02 21:04:59 +0300 |
| commit | ee52c32915e20821c985c3b36498701e47c636a3 (patch) | |
| tree | c141fc2474c0b61c00096e24620563945a082853 /include | |
| parent | 05dd990e432436523ff8f2572c41e0d0e648d3a6 (diff) | |
| download | wlroots-ee52c32915e20821c985c3b36498701e47c636a3.tar.xz | |
xdg-shell: fix create_xdg_popup() param type
Diffstat (limited to 'include')
| -rw-r--r-- | include/types/wlr_xdg_shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/types/wlr_xdg_shell.h b/include/types/wlr_xdg_shell.h index d8905bcf..9a34c49c 100644 --- a/include/types/wlr_xdg_shell.h +++ b/include/types/wlr_xdg_shell.h @@ -29,7 +29,7 @@ struct wlr_xdg_positioner_resource *get_xdg_positioner_from_resource( void create_xdg_popup(struct wlr_xdg_surface *xdg_surface, struct wlr_xdg_surface *parent, - struct wlr_xdg_positioner_resource *positioner, int32_t id); + struct wlr_xdg_positioner_resource *positioner, uint32_t id); void handle_xdg_surface_popup_committed(struct wlr_xdg_surface *surface); struct wlr_xdg_popup_grab *get_xdg_shell_popup_grab_from_seat( struct wlr_xdg_shell *shell, struct wlr_seat *seat); |
