wayland/xdg-shell: Minor cosmetic cleanups
https://gitlab.gnome.org/GNOME/mutter/merge_requests/5 https://bugzilla.gnome.org/show_bug.cgi?id=791938
This commit is contained in:
parent
0371897e22
commit
dbf56e24cb
@ -248,7 +248,7 @@ xdg_toplevel_move (struct wl_client *client,
|
||||
{
|
||||
MetaWaylandSeat *seat = wl_resource_get_user_data (seat_resource);
|
||||
MetaWaylandSurface *surface = surface_from_xdg_toplevel_resource (resource);
|
||||
gfloat x, y;
|
||||
float x, y;
|
||||
|
||||
if (!meta_wayland_seat_get_grab_info (seat, surface, serial, TRUE, &x, &y))
|
||||
return;
|
||||
@ -491,7 +491,8 @@ handle_popup_parent_destroyed (struct wl_listener *listener,
|
||||
}
|
||||
|
||||
static void
|
||||
fill_states (struct wl_array *states, MetaWindow *window)
|
||||
fill_states (struct wl_array *states,
|
||||
MetaWindow *window)
|
||||
{
|
||||
uint32_t *s;
|
||||
|
||||
@ -620,7 +621,8 @@ meta_wayland_xdg_toplevel_commit (MetaWaylandSurfaceRole *surface_role,
|
||||
}
|
||||
else if (pending->dx != 0 || pending->dx != 0)
|
||||
{
|
||||
g_warning ("XXX: Attach-initiated move without a new geometry. This is unimplemented right now.");
|
||||
g_warning ("XXX: Attach-initiated move without a new geometry. "
|
||||
"This is unimplemented right now.");
|
||||
}
|
||||
|
||||
/* When we get to this point, we ought to have valid size hints */
|
||||
@ -1917,8 +1919,8 @@ xdg_shell_destructor (struct wl_resource *resource)
|
||||
static void
|
||||
bind_xdg_shell (struct wl_client *client,
|
||||
void *data,
|
||||
guint32 version,
|
||||
guint32 id)
|
||||
uint32_t version,
|
||||
uint32_t id)
|
||||
{
|
||||
MetaWaylandXdgShellClient *shell_client;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user