[gnome-remote-desktop] session: Fix small style issue



commit a68a5ed25ca8cd25a47bec6513c8340bf74f5a58
Author: Pascal Nowack <Pascal Nowack gmx de>
Date:   Mon Dec 6 10:43:54 2021 +0100

    session: Fix small style issue

 src/grd-session.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/grd-session.c b/src/grd-session.c
index 39d74103..e5463273 100644
--- a/src/grd-session.c
+++ b/src/grd-session.c
@@ -143,9 +143,9 @@ grd_session_notify_keyboard_keysym (GrdSession *session,
 }
 
 void
-grd_session_notify_pointer_button (GrdSession *session,
-                                   int32_t        button,
-                                   GrdButtonState state)
+grd_session_notify_pointer_button (GrdSession     *session,
+                                   int32_t         button,
+                                   GrdButtonState  state)
 {
   GrdSessionPrivate *priv = grd_session_get_instance_private (session);
   GrdDBusRemoteDesktopSession *session_proxy = priv->remote_desktop_session;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]