mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2025-02-17 02:22:07 +01:00
xwyaland: fix style issues
This commit is contained in:
parent
3041612363
commit
90fbab6f39
1 changed files with 8 additions and 6 deletions
|
@ -182,5 +182,7 @@ void wlr_xwayland_surface_set_fullscreen(struct wlr_xwayland_surface *surface,
|
|||
void wlr_xwayland_set_seat(struct wlr_xwayland *xwayland,
|
||||
struct wlr_seat *seat);
|
||||
|
||||
bool wlr_xwayland_surface_is_unmanaged(const struct wlr_xwayland_surface *surface);
|
||||
bool wlr_xwayland_surface_is_unmanaged(
|
||||
const struct wlr_xwayland_surface *surface);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue