Skip to content

Commit

Permalink
remote-desktop: ConnectToEIS is version 2
Browse files Browse the repository at this point in the history
Update the version to allow clients to use ConnectToEIS.
  • Loading branch information
ofourdan authored and whot committed Nov 28, 2022
1 parent 90d13aa commit 97932e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/remote-desktop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ on_supported_device_types_changed (GObject *gobject,
static void
remote_desktop_init (RemoteDesktop *remote_desktop)
{
xdp_dbus_remote_desktop_set_version (XDP_DBUS_REMOTE_DESKTOP (remote_desktop), 1);
xdp_dbus_remote_desktop_set_version (XDP_DBUS_REMOTE_DESKTOP (remote_desktop), 2);

g_signal_connect (impl, "notify::supported-device-types",
G_CALLBACK (on_supported_device_types_changed),
Expand Down

0 comments on commit 97932e4

Please sign in to comment.