@dkondor commented on this pull request.


> @@ -719,6 +729,22 @@ gboolean socket_lock_input_cb(GIOChannel *source, 
> GIOCondition condition, gpoint
                                cl_options.goto_column = atoi(buf);
                        }
                }
+               else if (strncmp(buf, "desktop_startup_id", 18) == 0)
+               {
+                       GdkDisplay *display = gdk_display_get_default();
+                       while (socket_fd_gets(sock, buf, sizeof(buf)) != -1 && 
*buf != '.')
+                       {
+                               g_strstrip(buf); /* remove \n char */
+#if defined(GDK_WINDOWING_WAYLAND) && GTK_CHECK_VERSION(3, 22, 0)

Done

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4071#discussion_r1859309667
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/4071/review/[email protected]>

Reply via email to