mirror of
https://github.com/swaywm/sway.git
synced 2026-02-21 01:40:44 -05:00
Rename dbusmenu functions to adhere to the style guide
This commit is contained in:
parent
47234b37da
commit
0f7853e074
3 changed files with 18 additions and 18 deletions
|
|
@ -10,20 +10,20 @@ void swaybar_dbusmenu_open(struct swaybar_sni *sni,
|
|||
|
||||
void swaybar_dbusmenu_destroy(struct swaybar_dbusmenu *menu);
|
||||
|
||||
bool dbusmenu_pointer_button(void *data, struct wl_pointer *wl_pointer,
|
||||
bool sway_dbusmenu_pointer_button(void *data, struct wl_pointer *wl_pointer,
|
||||
uint32_t serial, uint32_t time_, uint32_t button, uint32_t state);
|
||||
|
||||
bool dbusmenu_pointer_motion(struct swaybar_seat *seat, struct wl_pointer *wl_pointer,
|
||||
bool sway_dbusmenu_pointer_motion(struct swaybar_seat *seat, struct wl_pointer *wl_pointer,
|
||||
uint32_t time_, wl_fixed_t surface_x, wl_fixed_t surface_y);
|
||||
|
||||
bool dbusmenu_pointer_enter(void *data, struct wl_pointer *wl_pointer, uint32_t serial,
|
||||
bool sway_dbusmenu_pointer_enter(void *data, struct wl_pointer *wl_pointer, uint32_t serial,
|
||||
struct wl_surface *surface, wl_fixed_t surface_x, wl_fixed_t surface_y);
|
||||
|
||||
bool dbusmenu_pointer_leave(void *data, struct wl_pointer *wl_pointer, uint32_t serial,
|
||||
bool sway_dbusmenu_pointer_leave(void *data, struct wl_pointer *wl_pointer, uint32_t serial,
|
||||
struct wl_surface *surface);
|
||||
|
||||
bool dbusmenu_pointer_frame(struct swaybar_seat *data, struct wl_pointer *wl_pointer);
|
||||
bool sway_dbusmenu_pointer_frame(struct swaybar_seat *data, struct wl_pointer *wl_pointer);
|
||||
|
||||
bool dbusmenu_pointer_axis(struct swaybar_seat *data, struct wl_pointer *wl_pointer);
|
||||
bool sway_dbusmenu_pointer_axis(struct swaybar_seat *data, struct wl_pointer *wl_pointer);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue